Stan Math Library
4.9.0
Automatic Differentiation
|
const std::vector< int > stan::math::csr_extract_v | ( | const Eigen::SparseMatrix< T, Eigen::RowMajor > & | A | ) |
Extract the column indexes for non-zero value from a sparse matrix.
T | type of elements in the matrix |
A | Sparse matrix. |
Definition at line 26 of file csr_extract_v.hpp.