|
AGX Dynamics 2.41.3.0
|
Interface to the lower triangle of the compliance matrix block in the system matrix. More...
#include <LSquareComplianceMatrix.h>
Public Member Functions | |
| LSquareComplianceMatrix (Real *data, UInt32 size, UInt32 ld) | |
| Construct given data, number of rows/columns and leading dimension. | |
| LSquareComplianceMatrixRow | operator[] (UInt32 row) const |
| Read/write access to given row number. | |
| UInt32 | size () const |
Interface to the lower triangle of the compliance matrix block in the system matrix.
All values written to this matrix block has to be less than or equal to zero.
The lower triangle is written meaning row 0 has 1 column, row 1 has 2 columns etc. to write to.
Definition at line 84 of file LSquareComplianceMatrix.h.
|
inline |
Construct given data, number of rows/columns and leading dimension.
| data | - matrix data |
| size | - number of rows/columns |
| ld | - leading dimension of the data |
Definition at line 93 of file LSquareComplianceMatrix.h.
|
inline |
Read/write access to given row number.
| row | - row to access |
Definition at line 105 of file LSquareComplianceMatrix.h.
References agxAssert.
|
inline |
Definition at line 114 of file LSquareComplianceMatrix.h.