asRowVector() | gsMatrix< T, _Rows, 1, _Options > | inline |
asRowVector() const | gsMatrix< T, _Rows, 1, _Options > | inline |
asVector() | gsMatrix< T, _Rows, 1, _Options > | inline |
asVector() const | gsMatrix< T, _Rows, 1, _Options > | inline |
at(index_t i) const | gsVector< T, d > | inline |
at(index_t i) | gsVector< T, d > | inline |
blockTransposeInPlace(const index_t colBlock) | gsMatrix< T, _Rows, 1, _Options > | inline |
blockView(const gsVector< index_t > &rowSizes) | gsVector< T, d > | inline |
gsMatrix< T, _Rows, 1, _Options >::blockView(const gsVector< index_t > &rowSizes, const gsVector< index_t > &colSizes) | gsMatrix< T, _Rows, 1, _Options > | inline |
cefInPlace() | gsMatrix< T, _Rows, 1, _Options > | inline |
col3d(index_t c) | gsMatrix< T, _Rows, 1, _Options > | inline |
colMinor(index_t j, ColMinorMatrixType &result) const | gsMatrix< T, _Rows, 1, _Options > | inline |
firstMinor(index_t i, index_t j, FirstMinorMatrixType &result) const | gsMatrix< T, _Rows, 1, _Options > | inline |
gsMatrix(const gsEigen::EigenBase< OtherDerived > &other) | gsMatrix< T, _Rows, 1, _Options > | inline |
gsMatrix(const gsEigen::MatrixBase< OtherDerived > &other) | gsMatrix< T, _Rows, 1, _Options > | inline |
gsMatrix(const gsEigen::ReturnByValue< OtherDerived > &other) | gsMatrix< T, _Rows, 1, _Options > | inline |
khatriRao(const gsEigen::MatrixBase< OtherDerived > &other) const | gsMatrix< T, _Rows, 1, _Options > | inline |
kron(const gsEigen::MatrixBase< OtherDerived > &other) const | gsMatrix< T, _Rows, 1, _Options > | inline |
last() const | gsVector< T, d > | inline |
last() | gsVector< T, d > | inline |
lexSortRows(const std::vector< index_t > &lorder) | gsMatrix< T, _Rows, 1, _Options > | inline |
moveToPtr() | gsMatrix< T, _Rows, 1, _Options > | inline |
Ptr typedef | gsVector< T, d > | |
rcefInPlace() | gsMatrix< T, _Rows, 1, _Options > | inline |
refInPlace() | gsMatrix< T, _Rows, 1, _Options > | inline |
removeCol(index_t i) | gsMatrix< T, _Rows, 1, _Options > | inline |
removeElement(const index_t i) | gsVector< T, d > | inline |
reshape(index_t n, index_t m) | gsMatrix< T, _Rows, 1, _Options > | inline |
reshape(index_t n, index_t m) const | gsMatrix< T, _Rows, 1, _Options > | inline |
reshapeCol(index_t c, index_t n, index_t m) | gsMatrix< T, _Rows, 1, _Options > | inline |
reshapeCol(index_t c, index_t n, index_t m) const | gsMatrix< T, _Rows, 1, _Options > | inline |
rowMinor(index_t i, RowMinorMatrixType &result) const | gsMatrix< T, _Rows, 1, _Options > | inline |
rrefInPlace() | gsMatrix< T, _Rows, 1, _Options > | inline |
sortByColumn(const index_t j) | gsMatrix< T, _Rows, 1, _Options > | inline |
submatrix(const container &rowInd, const container &colInd, gsMatrix< T > &result) const | gsMatrix< T, _Rows, 1, _Options > | inline |
submatrixCols(const container &colInd, gsMatrix< T > &result) const | gsMatrix< T, _Rows, 1, _Options > | inline |
submatrixRows(const container &rowInd, gsMatrix< T > &result) const | gsMatrix< T, _Rows, 1, _Options > | inline |
uPtr typedef | gsVector< T, d > | |