|
class | blaze::DVecTSVecMultExpr< VT1, VT2 > |
| Expression object for dense vector-sparse vector outer products.The DVecTSVecMultExpr class represents the compile time expression for dense vector-sparse vector outer products. More...
|
|
class | blaze::SMatAbsExpr< typename, bool > |
| Expression object for the sparse matrix abs() function.The SMatAbsExpr class represents the compile time expression for the calculation of the absolute value of each element of a sparse matrix via the abs() function. More...
|
|
class | blaze::SMatEvalExpr< typename, bool > |
| Expression object for the forced evaluation of sparse matrices.The SMatEvalExpr class represents the compile time expression for the forced evaluation of a sparse matrix. More...
|
|
class | blaze::SMatScalarDivExpr< typename, typename, bool > |
| Expression object for sparse matrix-scalar divisions.The SMatScalarMult class represents the compile time expression for divisions between a sparse matrix and a scalar value. More...
|
|
class | blaze::SMatScalarMultExpr< typename, typename, bool > |
| Expression object for sparse matrix-scalar multiplications.The SMatScalarMult class represents the compile time expression for multiplications between a sparse matrix and a scalar value. More...
|
|
class | blaze::SMatSerialExpr< typename, bool > |
| Expression object for the forced serial evaluation of sparse matrices.The SMatSerialExpr class represents the compile time expression for the forced serial evaluation of a sparse matrix. More...
|
|
class | blaze::SMatSMatAddExpr< typename, typename > |
| Expression object for sparse matrix-sparse matrix additions.The SMatSMatAddExpr class represents the compile time expression for additions between two row-major sparse matrices. More...
|
|
class | blaze::SMatSMatMultExpr< typename, typename > |
| Expression object for sparse matrix-sparse matrix multiplications.The SMatSMatMultExpr class represents the compile time expression for multiplications between row-major sparse matrices. More...
|
|
class | blaze::SMatSMatSubExpr< typename, typename > |
| Expression object for sparse matrix-sparse matrix subtractions.The SMatSMatSubExpr class represents the compile time expression for subtractions between sparse matrices. More...
|
|
class | blaze::SMatTransExpr< typename, bool > |
| Expression object for sparse matrix transpositions.The SMatTransExpr class represents the compile time expression for transpositions of sparse matrices. More...
|
|
class | blaze::SMatTransposer< typename, bool > |
| Expression object for the transposition of a sparse matrix.The SMatTransposer class is a wrapper object for the temporary transposition of a sparse matrix. More...
|
|
class | blaze::SMatTSMatAddExpr< typename, typename > |
| Expression object for sparse matrix-transpose sparse matrix additions.The SMatTSMatAddExpr class represents the compile time expression for additions between a row-major sparse matrix and a column-major sparse matrix. More...
|
|
class | blaze::SMatTSMatMultExpr< typename, typename > |
| Expression object for sparse matrix-transpose sparse matrix multiplications.The SMatTSMatMultExpr class represents the compile time expression for multiplications between a row-major and a column-major sparse matrix. More...
|
|
class | blaze::SMatTSMatSubExpr< typename, typename > |
| Expression object for sparse matrix-transpose sparse matrix subtractions.The SMatTSMatSubExpr class represents the compile time expression for subtractions between a row-major sparse matrix and a column-major sparse matrix. More...
|
|
class | blaze::SVecTDVecMultExpr< typename, typename > |
| Expression object for sparse vector-dense vector outer products.The SVecTDVecMultExpr class represents the compile time expression for sparse vector-dense vector outer products. More...
|
|
class | blaze::SVecTSVecMultExpr< typename, typename > |
| Expression object for sparse vector-sparse vector outer products.The SVecTSVecMultExpr class represents the compile time expression for sparse vector-sparse vector outer products. More...
|
|
class | blaze::TSMatSMatMultExpr< typename, typename > |
| Expression object for transpose sparse matrix-sparse matrix multiplications.The TSMatSMatMultExpr class represents the compile time expression for multiplications between a column-major and a row-major sparse matrix. More...
|
|
class | blaze::TSMatSMatSubExpr< typename, typename > |
| Expression object for transpose sparse matrix-sparse matrix subtractions.The TSMatSMatSubExpr class represents the compile time expression for subtractions between a column-major sparse matrix and a row-major sparse matrix. More...
|
|
class | blaze::TSMatTSMatAddExpr< typename, typename > |
| Expression object for transpose sparse matrix-transpose sparse matrix additions.The TSMatTSMatAddExpr class represents the compile time expression for additions between two column-major sparse matrices. More...
|
|
class | blaze::TSMatTSMatMultExpr< typename, typename > |
| Expression object for transpose sparse matrix-transpose sparse matrix multiplications.The TSMatTSMatMultExpr class represents the compile time expression for multiplications between two column-major sparse matrices. More...
|
|
class | blaze::TSMatTSMatSubExpr< typename, typename > |
| Expression object for transpose sparse matrix-transpose sparse matrix subtractions.The TSMatTSMatSubExpr class represents the compile time expression for subtractions between two column-major sparse matrices. More...
|
|