The cpp eigen.SparseMatrix.cols function returns the number of columns in a sparse matrix. It is a method provided by the Eigen library in C++.
C++ (Cpp) SparseMatrix::cols - 30 examples found. These are the top rated real world C++ (Cpp) examples of eigen::SparseMatrix::cols extracted from open source projects. You can rate examples to help us improve the quality of examples.