|
template<matrix_order ORDER = Col, matrix_style STYLE = Concrete>
Returns the number of columns in the Matrix.
- See also:
- size()
-
rows()
Referenced by scythe::cbind(), scythe::cholesky(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::copy(), scythe::crossprod(), scythe::diag(), scythe::eigen(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::equals(), scythe::for_each_ij_set(), scythe::gaxpy(), scythe::Matrix_base< Col, Concrete >::inRange(), scythe::inv(), scythe::invpd(), scythe::Matrix_base< Col, Concrete >::isColVector(), 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_base< Col, Concrete >::isScalar(), scythe::Matrix_base< Col, Concrete >::isSquare(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::isUpperTriangular(), scythe::Matrix_base< Col, Concrete >::isVector(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::kronecker(), scythe::lu_solve(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::Matrix(), scythe::operator!(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::operator()(), scythe::operator*(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::operator=(), scythe::order(), scythe::qr_solve(), scythe::rbind(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::resize(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::resize2Match(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::save(), scythe::selif(), scythe::Matrix_base< Col, Concrete >::size(), scythe::sortc(), scythe::svd(), scythe::t(), and scythe::vech().
|