Scythe-1.0.3
|
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
Returns a pointer to this Matrix's internal data array. This method returns a pointer to the internal data array contained within the DataBlock that this Matrix references.
Referenced by scythe::eigen(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::equals(), scythe::qr_decomp(), scythe::qr_solve(), and scythe::svd(). |