Scythe-1.0.3
|
template<matrix_order ORDER = Col, matrix_style STYLE = Concrete>
Returns true if this Matrix is nxn. Null and scalar matrices are both considered square.
Referenced by scythe::chol_solve(), scythe::cholesky(), scythe::det(), scythe::eigen(), scythe::inv(), scythe::invpd(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::isDiagonal(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::isIdentity(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::isLowerTriangular(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::isSingular(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::isSkewSymmetric(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::isSymmetric(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::isUpperTriangular(), scythe::lndmvn(), scythe::lu_decomp(), scythe::lu_solve(), scythe::rng< mersenne >::rmvnorm(), scythe::rtmvnorm< RNGTYPE >::rtmvnorm(), and scythe::rng< mersenne >::rwish(). |