|
| struct | sum< Backend, Matrix > |
| | Generic class sum which provides a static compute method. This class is specialized for different types of matrices and backend, providing a means to deal with various matrices directly without having to convert. 更多...
|
| |
| struct | sum_symmetric< Backend, Matrix > |
| | Generic class sum symmetric which provides a static compute method. This class is specialized for different types of matrices and backend, providing a means to deal with various matrices directly without having to convert. 更多...
|
| |
| struct | colwise_sum< Backend, Matrix > |
| | Generic class colwise_sum which provides a static compute method. This class is specialized for different types of matrices and backend, providing a means to deal with various matrices directly without having to convert. 更多...
|
| |
| struct | rowwise_sum< Backend, Matrix > |
| | Generic class rowwise_sum which provides a static compute method. This class is specialized for different types of matrices and backend, providing a means to deal with various matrices directly without having to convert. 更多...
|
| |
| struct | sum< Backend::EIGEN3, Matrix > |
| | Specialization of generic sum which works with SGMatrix and uses Eigen3 as backend for computing sum. 更多...
|
| |
| struct | sum_symmetric< Backend::EIGEN3, Matrix > |
| | Specialization of generic sum symmetric which works with SGMatrix and uses Eigen3 as backend for computing sum. 更多...
|
| |
| struct | colwise_sum< Backend::EIGEN3, Matrix > |
| | Specialization of generic colwise_sum which works with SGMatrix and uses Eigen3 as backend for computing sum. 更多...
|
| |
| struct | rowwise_sum< Backend::EIGEN3, Matrix > |
| | Specialization of generic rowwise_sum which works with SGMatrix and uses Eigen3 as backend for computing sum. 更多...
|
| |