Stan Math Library
4.9.0
Automatic Differentiation
|
const std::vector< int > stan::math::csr_extract_v | ( | const T & | A | ) |
Extract the column indexes for non-zero values from a dense matrix by converting to sparse and calling the sparse matrix extractor.
T | type of elements in the matrix |
R | number of rows, can be Eigen::Dynamic |
C | number of columns, can be Eigen::Dynamic |
[in] | A | dense matrix. |
Definition at line 48 of file csr_extract_v.hpp.