Stan Math Library  2.14.0
reverse mode automatic differentiation
Namespaces | Functions
csr_extract_w.hpp File Reference
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <Eigen/Sparse>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T >
const Eigen::Matrix< T, Eigen::Dynamic, 1 > stan::math::csr_extract_w (const Eigen::SparseMatrix< T, Eigen::RowMajor > &A)
 
template<typename T , int R, int C>
const Eigen::Matrix< T, Eigen::Dynamic, 1 > stan::math::csr_extract_w (const Eigen::Matrix< T, R, C > &A)
 

     [ Stan Home Page ] © 2011–2016, Stan Development Team.