#include <Eigenanalysis.h>
Public Types | |
| using | Row = AZStd::array< Scalar, D > |
| Type declaration for individual rows. | |
Public Member Functions | |
| Row & | operator[] (int row) |
| const Row & | operator[] (int row) const |
Public Attributes | |
| AZStd::array< Row, D > | m_rows |
| The matrix expressed in row-major form. | |
Class used to represent square matrices to pass to the eigensolver requests. The template parameter defines the dimensions of the matrix.
|
inline |
Row accessor. Delegates directly to the underlying row array. No bounds checking.
|
inline |
Row accessor. Delegates directly to the underlying array. No bounds checking.