Stan Math Library
4.9.0
Automatic Differentiation
|
const std::vector< int > stan::math::csr_extract_u | ( | const Eigen::SparseMatrix< T, Eigen::RowMajor > & | A | ) |
Extract the NZE index for each entry from a sparse matrix.
T | type of elements in the matrix |
A | Sparse matrix. |
Definition at line 25 of file csr_extract_u.hpp.