| assignFrom(const ConstMatrixBase< double, E > &x) | RefMatrixBase< double, Matrix< double > > | [inline] |
| assignFrom(const ConstVectorBase< double, E > &x) | RefMatrixBase< double, Matrix< double > > | [inline] |
| assignFrom(const std::valarray< double > &x) | RefMatrixBase< double, Matrix< double > > | [inline] |
| assignFrom(const double *x) | RefMatrixBase< double, Matrix< double > > | [inline] |
| assignFrom(doublex) | RefMatrixBase< double, Matrix< double > > | [inline] |
| begin() | Matrix< double > | [inline] |
| begin() const | Matrix< double > | [inline] |
| col(size_t colNum, const std::slice &s) const | Matrix< double > | [inline] |
| col(size_t colNum, size_t rowNum=0) const | Matrix< double > | [inline] |
| colCopy(size_t c, size_t r=0) const | ConstMatrixBase< double, Matrix< double > > | [inline] |
| colRef(size_t colNum, const std::slice &s) | Matrix< double > | [inline] |
| colRef(size_t colNum, size_t rowNum=0) | Matrix< double > | [inline] |
| cols() const | Matrix< double > | [inline] |
| compute(const gpstk::Triple &SVPositionVector, const gpstk::Triple &SVVelocityVector) | RACRotation | [protected] |
| const_iterator typedef | Matrix< double > | |
| const_reference typedef | Matrix< double > | |
| ConstMatrixBase() | ConstMatrixBase< double, Matrix< double > > | [inline, explicit] |
| constMatrixRef(size_t i, size_t j) const | ConstMatrixBase< double, Matrix< double > > | [inline, protected] |
| convertToRAC(const gpstk::Vector< double > &inV) | RACRotation | |
| convertToRAC(const gpstk::Triple &inVec) | RACRotation | |
| convertToRAC(const gpstk::Xvt &in) | RACRotation | |
| empty() const | Matrix< double > | [inline] |
| end() | Matrix< double > | [inline] |
| end() const | Matrix< double > | [inline] |
| front() | Matrix< double > | [inline] |
| front() const | Matrix< double > | [inline] |
| isDiagonal() const | ConstMatrixBase< double, Matrix< double > > | [inline] |
| isLT() const | ConstMatrixBase< double, Matrix< double > > | [inline] |
| isSquare() const | ConstMatrixBase< double, Matrix< double > > | [inline] |
| isSymmetric() const | ConstMatrixBase< double, Matrix< double > > | [inline] |
| isUT() const | ConstMatrixBase< double, Matrix< double > > | [inline] |
| iterator typedef | Matrix< double > | |
| Matrix() | Matrix< double > | |
| Matrix(size_t rows, size_t cols) | Matrix< double > | |
| Matrix(size_t rows, size_t cols, doubleinitialValue) | Matrix< double > | |
| Matrix(size_t rows, size_t cols, const double *vec) | Matrix< double > | |
| Matrix(size_t rows, size_t cols, const ConstVectorBase< double, BaseClass > &vec) | Matrix< double > | [inline] |
| Matrix(const ConstMatrixBase< double, BaseClass > &mat) | Matrix< double > | [inline] |
| Matrix(const ConstMatrixBase< double, BaseClass > &mat, size_t topRow, size_t topCol, size_t numRows, size_t numCols) | Matrix< double > | [inline] |
| max_size() const | Matrix< double > | [inline] |
| operator *=(const doublex) | RefMatrixBase< double, Matrix< double > > | [inline] |
| operator()(size_t rowNum, size_t colNum) | Matrix< double > | [inline] |
| operator()(size_t rowNum, size_t colNum) const | Matrix< double > | [inline] |
| operator+=(const ConstMatrixBase< double, E > &x) | RefMatrixBase< double, Matrix< double > > | [inline] |
| operator+=(const ConstVectorBase< double, E > &x) | RefMatrixBase< double, Matrix< double > > | [inline] |
| operator+=(const std::valarray< double > &x) | RefMatrixBase< double, Matrix< double > > | [inline] |
| operator+=(const double *x) | RefMatrixBase< double, Matrix< double > > | [inline] |
| operator+=(doublex) | RefMatrixBase< double, Matrix< double > > | [inline] |
| operator-() const | RefMatrixBase< double, Matrix< double > > | [inline] |
| operator-=(const ConstMatrixBase< double, E > &x) | RefMatrixBase< double, Matrix< double > > | [inline] |
| operator-=(const ConstVectorBase< double, E > &x) | RefMatrixBase< double, Matrix< double > > | [inline] |
| operator-=(const std::valarray< double > &x) | RefMatrixBase< double, Matrix< double > > | [inline] |
| operator-=(const double *x) | RefMatrixBase< double, Matrix< double > > | [inline] |
| operator-=(doublex) | RefMatrixBase< double, Matrix< double > > | [inline] |
| operator/=(const doublex) | RefMatrixBase< double, Matrix< double > > | [inline] |
| operator=(const double *array) | Matrix< double > | [inline] |
| operator=(const std::valarray< double > array) | Matrix< double > | [inline] |
| operator=(const doublet) | Matrix< double > | [inline] |
| operator=(const Matrix &mat) | Matrix< double > | [inline] |
| operator=(const ConstMatrixBase< double, BaseClass > &mat) | Matrix< double > | [inline] |
| operator=(const ConstVectorBase< double, BaseClass > &mat) | Matrix< double > | [inline] |
| operator[](size_t row) | Matrix< double > | [inline] |
| operator[](size_t rowNum) const | Matrix< double > | [inline] |
| RACRotation(const gpstk::Triple &SVPositionVector, const gpstk::Triple &SVVelocityVector) | RACRotation | |
| RACRotation(const gpstk::Xvt &xvt) | RACRotation | |
| reference typedef | Matrix< double > | |
| RefMatrixBase() | RefMatrixBase< double, Matrix< double > > | [inline, explicit] |
| resize(size_t rows, size_t cols) | Matrix< double > | [inline] |
| resize(size_t rows, size_t cols, const doubleinitialValue) | Matrix< double > | [inline] |
| row(size_t rowNum, const std::slice &s) const | Matrix< double > | [inline] |
| row(size_t rowNum, size_t colNum=0) const | Matrix< double > | [inline] |
| rowCopy(size_t r, size_t c=0) const | ConstMatrixBase< double, Matrix< double > > | [inline] |
| rowRef(size_t rowNum, const std::slice &s) | Matrix< double > | [inline] |
| rowRef(size_t rowNum, size_t colNum=0) | Matrix< double > | [inline] |
| rows() const | Matrix< double > | [inline] |
| size() const | Matrix< double > | [inline] |
| swapCols(size_t col1, size_t col2) | RefMatrixBase< double, Matrix< double > > | [inline] |
| swapRows(size_t row1, size_t row2) | RefMatrixBase< double, Matrix< double > > | [inline] |
| value_type typedef | Matrix< double > | |
| zeroize() | RefMatrixBase< double, Matrix< double > > | [inline] |
| zeroizeCol(size_t c) | RefMatrixBase< double, Matrix< double > > | [inline] |
| zeroizeRow(size_t r) | RefMatrixBase< double, Matrix< double > > | [inline] |