SYMBOL INDEX (3916 symbols across 1047 files) FILE: docs/html/static/searchtools.js function toggleSearchResults (line 30) | function toggleSearchResults(oldIndex, newIndex) { function searchResultNavigation (line 47) | function searchResultNavigation(resultRangePerPage, pageIndex) { function updatePaginationLinks (line 74) | function updatePaginationLinks(paginationLinks, newIndex) { function highlightResult (line 94) | function highlightResult(position, text) { function expandSearchBox (line 105) | function expandSearchBox(hiddenId) function parseSearchTerms (line 116) | function parseSearchTerms(rawInput) function startSearch (line 151) | function startSearch() { FILE: gui/addVariableDialog/addVariableDialog.cpp function QString (line 116) | QString AddVariableDialog::label() const function QString (line 123) | QString AddVariableDialog::type() const function Bool (line 130) | Bool AddVariableDialog::inGlobal() const function Bool (line 137) | Bool AddVariableDialog::setLink() const FILE: gui/addVariableDialog/addVariableDialog.h function namespace (line 22) | namespace Ui function class (line 33) | class AddVariableDialog : public QDialog FILE: gui/base/schema.cpp function XsdElementPtr (line 21) | XsdElementPtr XsdComplex::getXsdElement(QString name) const function XsdElementPtr (line 75) | XsdElementPtr Schema::readElement(XmlNodePtr xmlNode, const std::map XsdElementPtr; type std (line 25) | typedef std::shared_ptr XsdComplexPtr; function class (line 29) | class XsdElement function class (line 46) | class XsdComplex function class (line 62) | class Schema FILE: gui/base/xml.cpp function UInt (line 22) | UInt XmlNode::getChildCount(const QStringList &names) function XmlNodePtr (line 29) | XmlNodePtr XmlNode::getChild(const QStringList &names) function XmlNodePtr (line 41) | XmlNodePtr XmlNode::getNextChild() function XmlNodePtr (line 54) | XmlNodePtr XmlNode::peekNextChild() function XmlAttrPtr (line 63) | XmlAttrPtr XmlNode::getAttribute(const QString &name) function XmlAttrPtr (line 75) | XmlAttrPtr XmlNode::findAttribute(const QString &name) function XmlNodePtr (line 86) | XmlNodePtr XmlNode::parse(QXmlStreamReader &reader, QString &errorMessage) function XmlNodePtr (line 168) | XmlNodePtr XmlNode::read(const QByteArray &data, QString &errorMessage) function XmlNodePtr (line 176) | XmlNodePtr XmlNode::read(QIODevice *device, QString &errorMessage) function XmlAttrPtr (line 273) | XmlAttrPtr readAttribute(const XmlNodePtr &node, const QString &name, QS... function XmlAttrPtr (line 290) | XmlAttrPtr writeAttribute(const XmlNodePtr &node, const QString &name, c... FILE: gui/base/xml.h type std (line 28) | typedef std::shared_ptr XmlNodePtr; type std (line 29) | typedef std::shared_ptr XmlAttrPtr; function class (line 37) | class XmlAttribute FILE: gui/executeDialog/executeDialog.h function namespace (line 23) | namespace Ui function class (line 35) | class ExecuteDialog : public QDialog FILE: gui/findReplaceDock/findReplaceDock.cpp function QString (line 83) | QString FindReplaceDock::getFindText() const function QRegularExpression (line 309) | QRegularExpression FindReplaceDock::getExpression() FILE: gui/findReplaceDock/findReplaceDock.h function namespace (line 23) | namespace Ui function class (line 32) | class FindReplaceDock : public QDockWidget FILE: gui/main.cpp class MyApplication (line 27) | class MyApplication : public QApplication method MyApplication (line 30) | MyApplication(int &argc, char **argv) : QApplication(argc, argv) {} function main (line 58) | int main(int argc, char *argv[]) FILE: gui/mainWindow/mainWindow.cpp function Tree (line 219) | Tree *MainWindow::getCurrentTree() const FILE: gui/mainWindow/mainWindow.h function namespace (line 21) | namespace Ui function class (line 38) | class MainWindow : public QMainWindow function class (line 81) | class ActionList FILE: gui/mainWindow/schemaSelector.h function namespace (line 21) | namespace Ui { function class (line 25) | class SchemaSelector : public QWidget FILE: gui/mainWindow/sideBar.h function class (line 28) | class SideBar : public QWidget function class (line 62) | class PushButtonVertical : public QPushButton function class (line 79) | class OpenFilesTreeWidget : public QTreeWidget function class (line 123) | class TreeWidgetItem : public QTreeWidgetItem FILE: gui/mainWindow/tabs.cpp function Tree (line 87) | Tree *TabEnvironment::currentTree() const function Tree (line 111) | Tree *TabEnvironment::treeAt(int index) const FILE: gui/mainWindow/tabs.h function class (line 30) | class TabEnvironment : public QTabWidget function class (line 114) | class TabBar : public QTabBar FILE: gui/programDialog/programDialog.h function namespace (line 26) | namespace Ui function class (line 35) | class ProgramListWidget : public QWidget function class (line 89) | class ProgramDialog : public QDialog FILE: gui/settingsDialog/settingsCommandDialog.h function namespace (line 22) | namespace Ui function class (line 31) | class SettingsCommandDialog : public QDialog FILE: gui/settingsDialog/settingsPathDialog.h function namespace (line 22) | namespace Ui function class (line 29) | class SettingsPathDialog : public QDialog FILE: gui/tree/tree.cpp function TreeElement (line 331) | TreeElement *Tree::selectedElement() const function QString (line 339) | QString Tree::addWorkingDirectory(const QString &filename) const function QString (line 357) | QString Tree::stripWorkingDirectory(const QString &filename) const function XsdElementPtr (line 505) | XsdElementPtr Tree::xsdElement(const QString &type) const function QMimeData (line 590) | static QMimeData *createMimeData(const TreeElement *element) function fromMimeData (line 619) | static bool fromMimeData(const QMimeData *mimeData, XmlNodePtr &xmlNode,... class DetachableProcess (line 801) | class DetachableProcess : public QProcess method DetachableProcess (line 804) | DetachableProcess(QObject *parent=0) : QProcess(parent) {} method detach (line 805) | void detach() function countBrokenLinksUnknownsRenamesAndDeprecated (line 1286) | static void countBrokenLinksUnknownsRenamesAndDeprecated(const TreeEleme... FILE: gui/tree/tree.h function class (line 37) | class Tree: public QWidget function class (line 226) | class TreeWidget: public QTreeWidget FILE: gui/tree/treeElement.cpp function TreeElement (line 45) | TreeElement *TreeElement::newTreeElement(Tree *tree, TreeElementComplex ... function XmlNodePtr (line 175) | XmlNodePtr TreeElement::createXmlBaseNode() const class TreeElement::UndoCommandChangeSelectedIndex (line 255) | class TreeElement::UndoCommandChangeSelectedIndex : public TreeElement::... method UndoCommandChangeSelectedIndex (line 259) | UndoCommandChangeSelectedIndex(TreeElement *treeElement, int index) : ... method undo (line 262) | void undo() {redo();} function VariableListPtr (line 422) | VariableListPtr TreeElement::updateParserResults(VariableListPtr varList... function QString (line 431) | QString TreeElement::getLinkType(const QString &type) class TreeElement::UndoCommandSetComment (line 544) | class TreeElement::UndoCommandSetComment : public TreeElement::UndoCommand method UndoCommandSetComment (line 549) | UndoCommandSetComment(TreeElement *treeElement, const QString &_text) method undo (line 554) | void undo() {redo();} class TreeElement::UndoCommandSetLoop (line 677) | class TreeElement::UndoCommandSetLoop : public TreeElement::UndoCommand method UndoCommandSetLoop (line 682) | UndoCommandSetLoop(TreeElement *treeElement, TreeElementLoopCondition ... method undo (line 687) | void undo() {redo();} class TreeElement::UndoCommandSetCondition (line 755) | class TreeElement::UndoCommandSetCondition : public TreeElement::UndoCom... method UndoCommandSetCondition (line 760) | UndoCommandSetCondition(TreeElement *treeElement, TreeElementLoopCondi... method undo (line 765) | void undo() {redo();} class TreeElement::UndoCommandSetEnabled (line 850) | class TreeElement::UndoCommandSetEnabled : public TreeElement::UndoCommand method UndoCommandSetEnabled (line 855) | UndoCommandSetEnabled(TreeElement *treeElement, bool disabled) method undo (line 860) | void undo() {redo();} class TreeElement::UndoCommandRename (line 918) | class TreeElement::UndoCommandRename : public TreeElement::UndoCommand method UndoCommandRename (line 923) | UndoCommandRename(TreeElement *treeElement, QString label) method undo (line 930) | void undo() {redo();} function TreeItem (line 1076) | TreeItem *TreeElement::createItem(TreeItem *parent, TreeItem *after) function QComboBox (line 1125) | QComboBox *TreeElement::createComboBox(bool isEditable) FILE: gui/tree/treeElement.h type std (line 37) | typedef std::shared_ptr VariableListPtr; function class (line 41) | class TreeElement : public QObject function virtual (line 85) | virtual bool isSelectionUnknown(int /*index*/) const {return false;} function virtual (line 88) | virtual bool isSelectionRenamedInSchema(int /*index*/) const {return fal... function virtual (line 91) | virtual bool isSelectionDeprecated(int /*index*/) const {return false;} function virtual (line 230) | virtual bool canSetLoop() const; function undo (line 312) | void undo() {redo();} function virtual (line 374) | virtual TreeElementAdd *elementAdd() const {return _elementAdd;} function virtual (line 429) | virtual void interact() {} function virtual (line 433) | virtual void startSelected() {} function virtual (line 437) | virtual void stopSelected() {} FILE: gui/tree/treeElementAdd.cpp function TreeItem (line 42) | TreeItem *TreeElementAdd::createItem(TreeItem *parent, TreeItem *after) function QWidget (line 58) | QWidget *TreeElementAdd::createEditor() FILE: gui/tree/treeElementAdd.h function class (line 21) | class TreeElementAdd : public TreeElement FILE: gui/tree/treeElementBool.cpp function XmlNodePtr (line 50) | XmlNodePtr TreeElementBool::createXmlTree(bool /*createRootEvenIfEmpty*/... FILE: gui/tree/treeElementBool.h function class (line 21) | class TreeElementBool : public TreeElement FILE: gui/tree/treeElementChoice.cpp function XmlNodePtr (line 98) | XmlNodePtr TreeElementChoice::createXmlTree(bool /*createRootEvenIfEmpty... function QWidget (line 213) | QWidget *TreeElementChoice::createEditor() FILE: gui/tree/treeElementChoice.h function class (line 21) | class TreeElementChoice : public TreeElementComplex FILE: gui/tree/treeElementComment.cpp function XmlNodePtr (line 40) | XmlNodePtr TreeElementComment::createXmlTree(bool createRootEvenIfEmpty)... function QWidget (line 88) | QWidget *TreeElementComment::createEditor() FILE: gui/tree/treeElementComment.h function class (line 25) | class TreeElementComment : public TreeElement FILE: gui/tree/treeElementComplex.cpp function VariableListPtr (line 309) | VariableListPtr TreeElementComplex::updateParserResults(VariableListPtr ... class TreeElementComplex::UndoCommandOverwriteChildren (line 396) | class TreeElementComplex::UndoCommandOverwriteChildren : public TreeElem... method UndoCommandOverwriteChildren (line 402) | UndoCommandOverwriteChildren(TreeElementComplex *treeElement, XmlNodeP... method undo (line 407) | void undo() {redo();} function TreeElement (line 446) | TreeElement *TreeElementComplex::skipCommentElements(TreeElement *target... function TreeElement (line 574) | TreeElement *TreeElementComplex::addChild(TreeElement *targetElement, co... class TreeElementComplex::UndoCommandMoveChild (line 637) | class TreeElementComplex::UndoCommandMoveChild : public TreeElement::Und... method UndoCommandMoveChild (line 642) | UndoCommandMoveChild(TreeElement *treeElement, TreeElement *targetElem... method undo (line 647) | void undo() {redo();} function TreeItem (line 771) | TreeItem *TreeElementComplex::createItem(TreeItem *parent, TreeItem *after) FILE: gui/tree/treeElementComplex.h function class (line 26) | class TreeElementComplex : public TreeElement FILE: gui/tree/treeElementFileName.cpp function QWidget (line 34) | QWidget *TreeElementFileName::createEditor() FILE: gui/tree/treeElementFileName.h function class (line 25) | class TreeElementFileName : public TreeElementSimple FILE: gui/tree/treeElementGlobal.cpp function XmlNodePtr (line 62) | XmlNodePtr TreeElementGlobal::createXmlTree(bool /*createRootEvenIfEmpty... function VariableListPtr (line 95) | VariableListPtr TreeElementGlobal::updateParserResults(VariableListPtr v... function TreeElement (line 159) | TreeElement *TreeElementGlobal::addChild(TreeElement *targetElement, con... FILE: gui/tree/treeElementGlobal.h function class (line 22) | class TreeElementGlobal : public TreeElementComplex FILE: gui/tree/treeElementLoopCondition.h function class (line 21) | class TreeElementLoopCondition : public TreeElementChoice FILE: gui/tree/treeElementProgram.cpp function QWidget (line 22) | QWidget *TreeElementProgram::createEditor() FILE: gui/tree/treeElementProgram.h function class (line 22) | class TreeElementProgram : public TreeElementChoice FILE: gui/tree/treeElementSequence.cpp function XmlNodePtr (line 51) | XmlNodePtr TreeElementSequence::createXmlTree(bool /*createRootEvenIfEmp... FILE: gui/tree/treeElementSequence.h function class (line 21) | class TreeElementSequence : public TreeElementComplex FILE: gui/tree/treeElementSimple.cpp function XmlNodePtr (line 60) | XmlNodePtr TreeElementSimple::createXmlTree(bool createRootEvenIfEmpty) ... function VariableListPtr (line 95) | VariableListPtr TreeElementSimple::updateParserResults(VariableListPtr v... function QString (line 118) | QString TreeElementSimple::parseExpression(const QString &text, const Va... FILE: gui/tree/treeElementSimple.h function class (line 21) | class TreeElementSimple : public TreeElement FILE: gui/tree/treeElementTime.cpp function QWidget (line 47) | QWidget *TreeElementTime::createEditor() function QString (line 147) | QString TreeElementTime::date2mjd(const QDateTime &dateTime) const function QDateTime (line 177) | QDateTime TreeElementTime::mjd2date(Double mjd) const function QString (line 199) | QString TreeElementTime::parseExpression(const QString &text, const Vari... FILE: gui/tree/treeElementTime.h function class (line 28) | class TreeElementTime : public TreeElementSimple FILE: gui/tree/treeElementUnknown.cpp function XmlNodePtr (line 41) | XmlNodePtr TreeElementUnknown::createXmlTree(bool /*createRootEvenIfEmpt... FILE: gui/tree/treeElementUnknown.h function class (line 21) | class TreeElementUnknown : public TreeElementComplex FILE: gui/tree/treeItem.cpp function TreeItem (line 31) | TreeItem *TreeItem::newTreeItem(TreeElement *treeElement, TreeItem *pare... function QVariant (line 129) | QVariant TreeItem::data(int column, int role) const FILE: gui/tree/treeItem.h function QTreeWidgetItem (line 38) | QTreeWidgetItem(parent) {init(treeElement);} function TreeElement (line 53) | TreeElement *treeElement() const {return _treeElement;} FILE: source/base/angle.h function class (line 24) | class Angle function Angle (line 42) | inline Angle operator- (const Angle &t) {return Angle(... function Angle (line 43) | inline Angle operator+ (const Angle &t1, const Angle &t2) {return Angle(... function Angle (line 44) | inline Angle operator- (const Angle &t1, const Angle &t2) {return Angle(... function Angle (line 45) | inline Angle operator* (Double c, const Angle &t) {return Angle(... function Angle (line 46) | inline Angle operator* (const Angle &t, Double c) {return Angle(... FILE: source/base/basisSplines.h function namespace (line 23) | namespace BasisSplines function Vector (line 36) | inline Vector BasisSplines::compute(Double t, UInt degree) FILE: source/base/constants.cpp class InitConstants (line 64) | class InitConstants FILE: source/base/constants.h function namespace (line 70) | namespace Ionosphere FILE: source/base/doodson.cpp type DoodsonName (line 23) | struct DoodsonName function Double (line 224) | Double Doodson::thetaf(const Time &timeGPS) const function Double (line 232) | Double Doodson::frequency(Time timeGPS) const function Vector (line 249) | Vector Doodson::arguments(const Time &timeGPS) function Matrix (line 264) | Matrix Doodson::matrix(const std::vector &doodson) function Matrix (line 281) | Matrix Doodson::nodeCorr(const std::vector &doodson, const Time... FILE: source/base/doodson.h function class (line 65) | class Doodson FILE: source/base/ellipsoid.cpp function Vector3d (line 48) | const Vector3d Ellipsoid::operator()(Angle L, Angle B, Double h) const FILE: source/base/ellipsoid.h function class (line 24) | class Ellipsoid FILE: source/base/equinoctial.cpp function LongDouble (line 137) | LongDouble Equinoctial::meanLongitude(const Time &time) const function Double (line 167) | Double Equinoctial::eccentricLongitude(const Time &time) const function Double (line 196) | Double Equinoctial::trueLongitude(const Time &time) const function Double (line 215) | Double Equinoctial::meanAnomaly(const Time &time) const function Matrix (line 264) | Matrix Equinoctial::stateTransitionMatrix(const Time &time) function Vector3d (line 410) | const Vector3d Equinoctial::position(const Time &time) const FILE: source/base/equinoctial.h function class (line 30) | class Equinoctial FILE: source/base/exception.h function class (line 23) | class Exception : public std::exception FILE: source/base/fourier.cpp function butterfly2 (line 19) | static inline void butterfly2(std::complex *f, const std::vector... function butterfly3 (line 31) | static inline void butterfly3(std::complex *f, const std::vector... function butterfly4 (line 49) | static inline void butterfly4(std::complex *f, const std::vector... function butterfly5 (line 69) | static inline void butterfly5(std::complex *f, const std::vector... function butterfly (line 98) | static inline void butterfly(std::complex *f, const std::vector<... function computeRadix (line 116) | static inline std::vector computeRadix(UInt n) function recursiveFft (line 140) | static inline void recursiveFft(Bool inverse, std::complex *f, c... function Vector (line 197) | Vector Fourier::synthesis(const std::vector> &F, Bo... function Vector (line 234) | Vector Fourier::frequencies(UInt count, Double dt) function cosTransformation (line 258) | static void cosTransformation(Vector &x) function Vector (line 292) | Vector Fourier::covariance2psd(const Vector &cov, Double dt) function Vector (line 308) | Vector Fourier::psd2covariance(const Vector &psd, Double dt) FILE: source/base/fourier.h function namespace (line 25) | namespace Fourier FILE: source/base/gnssType.cpp function Double (line 405) | Double GnssType::frequency() const function Double (line 448) | Double GnssType::wavelength() const function Int (line 455) | Int GnssType::frequencyNumber() const function Double (line 473) | Double GnssType::ionosphericFactor() const function Bool (line 491) | Bool GnssType::isInList(const std::vector &types) const function Bool (line 498) | Bool GnssType::isInList(const std::vector &types, UInt &idx) c... function UInt (line 506) | UInt GnssType::index(const std::vector &types, GnssType type) function Bool (line 516) | Bool GnssType::allEqual(const std::vector &types1, const std::... function Bool (line 605) | Bool GnssType::hasWildcard(GnssType mask) const function GnssType (line 617) | GnssType &GnssType::operator+=(const GnssType &t) function GnssType (line 640) | GnssType &GnssType::operator&=(const GnssType &t) function GnssType (line 648) | GnssType GnssType::operator~() const function Bool (line 655) | Bool GnssType::operator==(const GnssType &t) const function Bool (line 669) | Bool GnssType::operator<(const GnssType &t) const FILE: source/base/gnssType.h function seven (line 24) | seven characters. function follows (line 28) | follows the RINEX 3 definition: function some (line 45) | some RINEX 2 types (e.g. Galileo L5) the RINEX 3 attribute is unknown/un... function class (line 68) | class GnssType FILE: source/base/griddedData.cpp function Bool (line 105) | Bool GriddedData::isRectangle(std::vector &lambda, std::vector &dLambda... function Bool (line 340) | Bool GriddedDataRectangular::isValid() const FILE: source/base/griddedData.h function class (line 28) | class GriddedData FILE: source/base/kepler.cpp function Double (line 129) | Double Kepler::meanAnomaly(const Time &time) const function Double (line 138) | Double Kepler::trueAnomaly(const Time &time) const function Vector3d (line 160) | const Vector3d Kepler::position(const Time &time) const FILE: source/base/kepler.h function class (line 26) | class Kepler FILE: source/base/legendreFunction.cpp function Matrix (line 93) | const Matrix LegendreFunction::compute(Double t, UInt degree) function Matrix (line 120) | const Matrix LegendreFunction::integral(Double t1, Double t2, UInt degree) FILE: source/base/legendreFunction.h function class (line 26) | class LegendreFunction FILE: source/base/legendrePolynomial.cpp function Vector (line 111) | const Vector LegendrePolynomial::compute(Double t, UInt degree) function Vector (line 128) | const Vector LegendrePolynomial::derivative(Double t, UInt degree) function Vector (line 143) | const Vector LegendrePolynomial::derivative2nd(Double t, UInt degree) function Vector (line 158) | const Vector LegendrePolynomial::integral(Double t, UInt degree) function Double (line 174) | Double LegendrePolynomial::sum(Double t, const Vector &koeff, UInt degree) function Double (line 200) | Double LegendrePolynomial::sumDerivative(Double t, const Vector &koeff, ... function Double (line 226) | Double LegendrePolynomial::sumDerivative2nd(Double t, const Vector &koef... FILE: source/base/legendrePolynomial.h function class (line 27) | class LegendrePolynomial FILE: source/base/matrix.cpp function const_MatrixSlice (line 64) | const_MatrixSlice const_MatrixSlice::slice(UInt startRow, UInt startColu... function MatrixSlice (line 91) | MatrixSlice MatrixSlice::slice(UInt startRow, UInt startColumn, UInt hei... function MatrixSlice (line 116) | const MatrixSlice &MatrixSlice::fill(Double f) const function MatrixSliceRef (line 131) | MatrixSliceRef MatrixSlice::operator+= (const const_MatrixSlice &x) const function MatrixSliceRef (line 146) | MatrixSliceRef MatrixSlice::operator-= (const const_MatrixSlice &x) const function MatrixSliceRef (line 161) | MatrixSliceRef MatrixSlice::operator += (Double c) const function MatrixSliceRef (line 171) | MatrixSliceRef MatrixSlice::operator -= (Double c) const function MatrixSliceRef (line 178) | MatrixSliceRef MatrixSlice::operator *= (Double c) const function MatrixSliceRef (line 194) | MatrixSliceRef MatrixSlice::operator /= (Double c) const function Matrix (line 264) | Matrix &Matrix::operator=(const const_MatrixSlice &x) function Matrix (line 280) | Matrix &Matrix::operator=(const Matrix &x) function Matrix (line 287) | Matrix &Matrix::operator=(const_MatrixSlice &&x) function Matrix (line 303) | Matrix &Matrix::operator=(Matrix &&x) function Vector (line 372) | Vector &Vector::operator=(const const_MatrixSlice &x) function Vector (line 389) | Vector &Vector::operator=(const_MatrixSlice &&x) function Matrix (line 425) | Matrix identityMatrix(UInt size, Matrix::Type type) function fillSymmetric (line 435) | void fillSymmetric(MatrixSliceRef A) function zeroUnusedTriangle (line 459) | void zeroUnusedTriangle(MatrixSliceRef A) function copy (line 484) | void copy(const_MatrixSliceRef A, MatrixSliceRef B) function swap (line 509) | void swap(MatrixSliceRef A, MatrixSliceRef B) function reshape (line 537) | void reshape(const_MatrixSliceRef A, MatrixSliceRef B) function Matrix (line 560) | Matrix reshape(const_MatrixSliceRef A, UInt rows, UInt columns) function Matrix (line 578) | Matrix reorder(const_MatrixSliceRef A, const std::vector &rowIndex) function Bool (line 598) | Bool isStrictlyZero(const_MatrixSliceRef A) function Double (line 618) | Double inner(const_MatrixSliceRef A, const_MatrixSliceRef B) function Double (line 649) | Double sum(const_MatrixSliceRef A) function Double (line 667) | Double trace(const_MatrixSliceRef A) function Double (line 687) | Double determinant(const_MatrixSliceRef A) function Double (line 697) | Double logdeterminant(const_MatrixSliceRef A, Double& sign) function Double (line 748) | Double maxabs(const_MatrixSliceRef A) function Double (line 759) | Double min(const_MatrixSliceRef A) function Double (line 770) | Double max(const_MatrixSliceRef A) function Double (line 781) | Double median(const_MatrixSliceRef A) function Double (line 799) | Double medianAbsoluteDeviation(const_MatrixSliceRef A) function axpy (line 822) | void axpy(Double c, const_MatrixSliceRef A, MatrixSliceRef B) function matMult (line 852) | void matMult(Double c, const_MatrixSliceRef A, const_MatrixSliceRef B, M... function rankKUpdate (line 921) | void rankKUpdate(Double c, const_MatrixSliceRef A, MatrixSliceRef N) function rank2KUpdate (line 944) | void rank2KUpdate(Double c, const_MatrixSliceRef A, const_MatrixSliceRef... function inverse (line 969) | void inverse(MatrixSliceRef A) function Vector (line 1011) | Vector eigenValueDecomposition(MatrixSliceRef A, Bool computeEigenVectors) function Matrix (line 1036) | Matrix eigenValueDecomposition(MatrixSliceRef A, Matrix &VL, Matrix &VR,... function Vector (line 1074) | Vector singularValueDecomposition(MatrixSliceRef A, Matrix &U, Matrix &V... function Matrix (line 1107) | Matrix pseudoInverse(const_MatrixSliceRef A, Double rcond) function Matrix (line 1144) | Matrix matrixSquareRoot(const_MatrixSliceRef A, Double rcond) function Matrix (line 1173) | Matrix matrixSquareRootInverse(const_MatrixSliceRef A, Double rcond) function Matrix (line 1202) | Matrix kron(const_MatrixSliceRef A, const_MatrixSlice B) function Matrix (line 1220) | Matrix toeplitz(const Vector &a) function solveInPlace (line 1239) | void solveInPlace(MatrixSliceRef N, MatrixSliceRef B) function Matrix (line 1281) | Matrix leastSquares(MatrixSliceRef A, MatrixSliceRef l) function reduceLeastSquaresFit (line 1309) | void reduceLeastSquaresFit(const_MatrixSliceRef A, MatrixSliceRef l) function eliminationParameter (line 1332) | void eliminationParameter(MatrixSliceRef B, const std::vector choleskyPivoting(MatrixSliceRef A, UInt &rank, Double ... function cholesky2Inverse (line 1420) | void cholesky2Inverse(MatrixSliceRef A) function choleskyProduct (line 1445) | void choleskyProduct(MatrixSliceRef A) function triangularMult (line 1470) | void triangularMult(Double c, const_MatrixSliceRef A, MatrixSliceRef B) function triangularSolve (line 1495) | void triangularSolve(Double c, const_MatrixSliceRef A, MatrixSliceRef B) function Vector (line 1521) | Vector QR_decomposition(MatrixSliceRef A) function QMult (line 1543) | void QMult(const_MatrixSliceRef B, const Vector &tau, MatrixSliceRef A) function QTransMult (line 1565) | void QTransMult(const_MatrixSliceRef B, const Vector &tau, MatrixSliceRe... function generateQ (line 1587) | void generateQ(MatrixSliceRef A, const Vector &tau) FILE: source/base/matrix.h type const_MatrixSlice (line 34) | typedef const const_MatrixSlice &const_MatrixSliceRef; type MatrixSlice (line 35) | typedef const MatrixSlice &MatrixSliceRef; function class (line 52) | class const_MatrixSlice function class (line 157) | class MatrixSlice : public const_MatrixSlice function MatrixSlice (line 172) | inline MatrixSlice trans() const; function class (line 226) | class Matrix : public MatrixSlice function class (line 309) | class Vector : public Matrix function Matrix (line 363) | inline Matrix operator*(Double c, const_MatrixSliceRef A) {return A*c;} function Vector (line 422) | inline Vector flatten(const_MatrixSliceRef A) {return reshape(A, A.size(... function Double (line 442) | inline Double mean(const_MatrixSliceRef A) {return A.size() ? sum(A)/A.s... function Double (line 447) | inline Double quadsum(const_MatrixSliceRef A) {return inner(A,A);} function Double (line 452) | inline Double norm(const_MatrixSliceRef A) {return sqrt(quadsum(A));} function Double (line 457) | inline Double rootMeanSquare(const_MatrixSliceRef A) {return A.size() ? ... function Double (line 462) | inline Double standardDeviation(const_MatrixSliceRef A) {return A.size()... function eliminationParameter (line 610) | inline void eliminationParameter(MatrixSliceRef B, Matrix &A, Matrix &l)... function class (line 690) | class MatrixBase function Double (line 714) | inline Double *MatrixBase::field() function Matrix (line 728) | inline Matrix const_MatrixSlice::operator+(Double c) c... function Matrix (line 729) | inline Matrix const_MatrixSlice::operator-(Double c) c... function Matrix (line 730) | inline Matrix const_MatrixSlice::operator*(Double c) c... function Matrix (line 731) | inline Matrix const_MatrixSlice::operator/(Double c) c... function Matrix (line 732) | inline Matrix const_MatrixSlice::operator-() c... function Double (line 738) | inline const Double *const_MatrixSlice::const_field() const function Double (line 747) | inline Double *MatrixSlice::field() const function Double (line 757) | inline Double const_MatrixSlice::operator () (UInt row, UInt column) const function Double (line 767) | inline Double &MatrixSlice::operator () (UInt row, UInt column) const function const_MatrixSlice (line 776) | inline const_MatrixSlice const_MatrixSlice::trans() const function Matrix (line 800) | inline Matrix operator- (Double c, const_MatrixSliceRef A) function Matrix (line 811) | inline Matrix operator/ (Double c, const_MatrixSliceRef A) function Matrix (line 822) | inline Matrix operator* (const_MatrixSliceRef A, const_MatrixSliceRef B) function Matrix (line 831) | inline Matrix solve(MatrixSliceRef N, const_MatrixSliceRef B) FILE: source/base/parameterName.cpp function ParameterName (line 48) | ParameterName ParameterName::fromStr(const std::string &str) function Bool (line 71) | Bool ParameterName::combine(const ParameterName &name) function Bool (line 93) | Bool ParameterName::fuzzyMatch(const ParameterName &other) const function Bool (line 110) | Bool ParameterName::operator==(const ParameterName &other) const function Bool (line 124) | Bool ParameterName::operator<(const ParameterName &other) const FILE: source/base/parameterName.h function class (line 24) | class ParameterName FILE: source/base/planets.cpp function Vector3d (line 24) | Vector3d Planets::positionSun(const Time &timeGPS) function Vector (line 43) | Vector Planets::fundamentals(const Time &timeGPS) function Double (line 57) | Double Planets::gmst(const Time &timeUT1) function Double (line 71) | Double Planets::ERA(const Time &timeUT1) function Rotary3d (line 79) | Rotary3d Planets::celestial2TerrestrialFrame(const Time &timeGPS) function Double (line 86) | Double Planets::normalGravity(const Vector3d &p) FILE: source/base/planets.h function namespace (line 28) | namespace Planets FILE: source/base/polynomial.cpp function Matrix (line 65) | Matrix Polynomial::interpolate(const std::vector