Stan Math Library
4.9.0
Automatic Differentiation
|
const std::vector< int > stan::math::csr_extract_u | ( | const T & | A | ) |
Extract the NZE index for each entry from a sparse matrix.
T | type of elements in the matrix |
R | number of rows, can be Eigen::Dynamic |
C | number of columns, can be Eigen::Dynamic |
A | Dense matrix. |
Definition at line 44 of file csr_extract_u.hpp.