Blaze 3.9
SparseMatrix.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35#ifndef _BLAZE_MATH_SPARSEMATRIX_H_
36#define _BLAZE_MATH_SPARSEMATRIX_H_
37
38
39//*************************************************************************************************
40// Includes
41//*************************************************************************************************
42
112#include <blaze/math/Matrix.h>
118#include <blaze/math/views/Row.h>
120
121#endif
Header file for the dense matrix/sparse matrix equality comparison expression.
Header file for the dense matrix/sparse matrix Kronecker product expression.
Header file for the dense matrix/sparse matrix Schur product expression.
Header file for the dense matrix/transpose sparse matrix Schur product expression.
Header file for the dense vector/sparse vector outer product expression.
Serialization of dense and sparse matrices.
Header file for all basic Matrix functionality.
Header file for the sparse matrix/dense matrix Kronecker product expression.
Header file for the sparse matrix/dense matrix Schur product expression.
Header file for the sparse matrix/dense vector multiplication expression.
Header file for the sparse matrix diagonal declaration expression.
Header file for the sparse matrix Hermitian declaration expression.
Header file for the sparse matrix lower declaration expression.
Header file for the sparse matrix strictly lower declaration expression.
Header file for the sparse matrix strictly upper declaration expression.
Header file for the sparse matrix symmetry declaration expression.
Header file for the sparse matrix unilower declaration expression.
Header file for the sparse matrix uniupper declaration expression.
Header file for the sparse matrix upper declaration expression.
Header file for the sparse matrix evaluation expression.
Header file for the sparse matrix fix expression.
Header file for the sparse matrix map expression.
Header file for the sparse matrix mean expression.
Header file for the sparse matrix no-alias expression.
Header file for the sparse matrix no-SIMD expression.
Header file for the sparse matrix norm expression.
Header file for the sparse matrix reduce expression.
Header file for the sparse matrix repeat expression.
Header file for the sparse matrix/sparse matrix addition expression.
Header file for the sparse matrix/sparse matrix equality comparison expression.
Header file for the sparse matrix/sparse matrix Kronecker product expression.
Header file for the sparse matrix/sparse matrix multiplication expression.
Header file for the sparse matrix/sparse matrix Schur product expression.
Header file for the sparse matrix/sparse matrix subtraction expression.
Header file for the sparse matrix/sparse vector multiplication expression.
Header file for the sparse matrix/scalar division expression.
Header file for the sparse matrix/scalar multiplication expression.
Header file for the sparse matrix serial evaluation expression.
Header file for the sparse matrix standard deviation expression.
Header file for the sparse matrix/transpose sparse matrix addition expression.
Header file for the sparse matrix/transpose sparse matrix Kronecker product expression.
Header file for the sparse matrix/transpose sparse matrix multiplication expression.
Header file for the sparse matrix/transpose sparse matrix Schur product expression.
Header file for the sparse matrix/transpose sparse matrix subtraction expression.
Header file for the sparse matrix transpose expression.
Header file for the sparse matrix variance expression.
Header file for the sparse vector/dense vector outer product expression.
Header file for the sparse vector/sparse vector outer product expression.
Header file for the transpose dense vector/sparse matrix multiplication expression.
Header file for the transpose dense vector/transpose sparse matrix multiplication expression.
Header file for the transpose sparse matrix/dense matrix Schur product expression.
Header file for the transpose sparse matrix/dense vector multiplication expression.
Header file for the transpose sparse matrix/sparse matrix Kronecker product expression.
Header file for the transpose sparse matrix/sparse matrix multiplication expression.
Header file for the transpose sparse matrix/sparse matrix Schur product expression.
Header file for the transpose sparse matrix/sparse matrix subtraction expression.
Header file for the transpose sparse matrix/sparse vector multiplication expression.
Header file for the transpose sparse matrix/transpose sparse matrix addition expression.
Header file for the sparse matrix/sparse matrix Kronecker product expression.
Header file for the transpose sparse matrix/transpose sparse matrix multiplication expression.
Header file for the transpose sparse matrix/transpose sparse matrix Schur product expression.
Header file for the transpose sparse matrix/transpose sparse matrix subtraction expression.
Header file for the transpose sparse vector/sparse matrix multiplication expression.
Header file for the transpose sparse vector/transpose sparse matrix multiplication expression.
Header file for the implementation of a diagonal matrix adaptor.
Header file for the implementation of a Hermitian matrix adaptor.
Header file for the implementation of a lower matrix adaptor.
Header file for the implementation of a symmetric matrix adaptor.
Header file for the implementation of an upper matrix adaptor.
Header file for the DenseMatrix base class.
Header file for the SparseMatrix base class.
Header file for the dense matrix SMP implementation.
Header file for the sparse matrix SMP implementation.
Header file for utility functions for sparse matrices.
Header file for the implementation of the Column view.
Header file for the implementation of the Row view.
Header file for the implementation of the Submatrix view.