consteig
Compile-time eigenvalue and eigenvector computation for C++17
Loading...
Searching...
No Matches
consteig::Matrix< T, R, C > Member List

This is the complete list of members for consteig::Matrix< T, R, C >, including all inherited members.

block(Size startRow, Size startCol) constconsteig::Matrix< T, R, C >inline
col(const Size n) constconsteig::Matrix< T, R, C >inline
col(const Size n) constconsteig::Matrix< T, R, C >inline
cols() constconsteig::Matrix< T, R, C >inline
data()consteig::Matrix< T, R, C >inline
data() constconsteig::Matrix< T, R, C >inline
determinant() constconsteig::Matrix< T, R, C >inline
dot(const Matrix< T, R, C > &other) constconsteig::Matrix< T, R, C >inline
equalWithin(const Matrix< T, R, C > &rhs, const T thresh) constconsteig::Matrix< T, R, C >inline
isSquare() constconsteig::Matrix< T, R, C >inline
isSymmetric() constconsteig::Matrix< T, R, C >inline
isSymmetric(const U thresh) constconsteig::Matrix< T, R, C >inline
norm() constconsteig::Matrix< T, R, C >inline
operator!=(const Matrix< U, R, C > &rhs) constconsteig::Matrix< T, R, C >inline
operator()(const Size row, const Size col)consteig::Matrix< T, R, C >inline
operator()(const Size row, const Size col) constconsteig::Matrix< T, R, C >inline
operator==(const Matrix< U, R, C > &rhs) constconsteig::Matrix< T, R, C >inline
row(const Size n) constconsteig::Matrix< T, R, C >inline
row(const Size n) constconsteig::Matrix< T, R, C >inline
rows() constconsteig::Matrix< T, R, C >inline
setBlock(const Matrix< T, numRows, numCols > &mat, Size startRow, Size startCol)consteig::Matrix< T, R, C >inline
setCol(const Matrix< T, R, 1 > &mat, const Size n)consteig::Matrix< T, R, C >inline
setCol(const Matrix< T, endIndex - startIndex+1, 1 > &mat, const Size n)consteig::Matrix< T, R, C >inline
setRow(const Matrix< T, 1, C > &mat, const Size n)consteig::Matrix< T, R, C >inline
setRow(const Matrix< T, 1, endIndex - startIndex+1 > &mat, const Size n)consteig::Matrix< T, R, C >inline
trace() constconsteig::Matrix< T, R, C >inline
transpose() constconsteig::Matrix< T, R, C >inline