|
class | blaze::DMatAbsExpr< MT, SO > |
| Expression object for the dense matrix abs() function.The DMatAbsExpr class represents the compile time expression for the calculation of the absolute value of each element of a dense matrix via the abs() function. More...
|
|
class | blaze::DMatDMatAddExpr< MT1, MT2, SO > |
| Expression object for dense matrix-dense matrix additions.The DMatDMatAddExpr class represents the compile time expression for additions between dense matrices with identical storage order. More...
|
|
class | blaze::DMatDMatMultExpr< MT1, MT2 > |
| Expression object for dense matrix-dense matrix multiplications.The DMatDMatMultExpr class represents the compile time expression for multiplications between row-major dense matrices. More...
|
|
class | blaze::DMatDMatSubExpr< MT1, MT2, SO > |
| Expression object for dense matrix-dense matrix subtractions.The DMatDMatSubExpr class represents the compile time expression for subtractions between dense matrices with identical storage order. More...
|
|
class | blaze::DMatEvalExpr< MT, SO > |
| Expression object for the forced evaluation of dense matrices.The DMatEvalExpr class represents the compile time expression for the forced evaluation of a dense matrix. More...
|
|
class | blaze::DMatScalarDivExpr< MT, ST, SO > |
| Expression object for divisions of a dense matrix by a scalar.The DMatScalarDivExpr class represents the compile time expression for divisions of dense matrices and by scalar values. More...
|
|
class | blaze::DMatScalarMultExpr< MT, ST, SO > |
| Expression object for dense matrix-scalar multiplications.The DMatScalarMultExpr class represents the compile time expression for multiplications between a dense matrix and a scalar value. More...
|
|
class | blaze::DMatSMatAddExpr< MT1, MT2, SO > |
| Expression object for dense matrix-sparse matrix additions.The DMatSMatAddExpr class represents the compile time expression for additions between a dense matrix and a sparse matrix with identical storage order. More...
|
|
class | blaze::DMatSMatMultExpr< MT1, MT2 > |
| Expression object for dense matrix-sparse matrix multiplications.The DMatSMatMultExpr class represents the compile time expression for multiplications between a row-major dense matrix and a row-major sparse matrix. More...
|
|
class | blaze::DMatSMatSubExpr< MT1, MT2, SO > |
| Expression object for dense matrix-sparse matrix subtractions.The DMatSMatSubExpr class represents the compile time expression for subtractions between a dense matrix and a sparse matrix with identical storage order. More...
|
|
class | blaze::DMatTDMatAddExpr< MT1, MT2 > |
| Expression object for dense matrix-transpose dense matrix additions.The DMatTDMatAddExpr class represents the compile time expression for additions between a row-major dense matrix and column-major dense matrix. More...
|
|
class | blaze::DMatTDMatMultExpr< MT1, MT2 > |
| Expression object for dense matrix-transpose dense matrix multiplications.The DMatTDMatMultExpr class represents the compile time expression for multiplications between a row-major dense matrix and a column-major dense matrix. More...
|
|
class | blaze::DMatTDMatSubExpr< MT1, MT2 > |
| Expression object for dense matrix-transpose dense matrix subtractions.The DMatTDMatSubExpr class represents the compile time expression for subtractions between a row-major dense matrix and a column-major dense matrix. More...
|
|
class | blaze::DMatTransExpr< MT, SO > |
| Expression object for dense matrix transpositions.The DMatTransExpr class represents the compile time expression for transpositions of dense matrices. More...
|
|
class | blaze::DMatTransposer< MT, SO > |
| Expression object for the transposition of a dense matrix.The DMatTransposer class is a wrapper object for the temporary transposition of a dense matrix. More...
|
|
class | blaze::DMatTSMatAddExpr< MT1, MT2 > |
| Expression object for dense matrix-sparse matrix additions.The DMatTSMatAddExpr class represents the compile time expression for additions between a row-major dense matrix and a column-major sparse matrix. More...
|
|
class | blaze::DMatTSMatMultExpr< MT1, MT2 > |
| Expression object for dense matrix-transpose sparse matrix multiplications.The DMatTSMatMultExpr class represents the compile time expression for multiplications between a row-major dense matrix and a column-major sparse matrix. More...
|
|
class | blaze::DMatTSMatSubExpr< MT1, MT2 > |
| Expression object for dense matrix-transpose sparse matrix subtractions.The DMatTSMatSubExpr class represents the compile time expression for subtractions between a row-major dense matrix and a column-major sparse matrix. More...
|
|
class | blaze::SMatDMatMultExpr< typename, typename > |
| Expression object for sparse matrix-dense matrix multiplications.The SMatDMatMultExpr class represents the compile time expression for multiplications between a row-major sparse matrix and a row-major dense matrix. More...
|
|
class | blaze::SMatDMatSubExpr< typename, typename, bool > |
| Expression object for sparse matrix-dense matrix subtractions.The SMatDMatSubExpr class represents the compile time expression for subtractions between a sparse matrix and a dense matrix with identical storage order. More...
|
|
class | blaze::SMatTDMatMultExpr< typename, typename > |
| Expression object for sparse matrix-transpose dense matrix multiplications.The SMatTDMatMultExpr class represents the compile time expression for multiplications between a row-major sparse matrix and a column-major dense matrix. More...
|
|
class | blaze::SMatTDMatSubExpr< typename, typename > |
| Expression object for sparse matrix-transpose dense matrix subtractions.The SMatTDMatSubExpr class represents the compile time expression for subtractions between a row-major sparse matrix and a column-major dense matrix. More...
|
|
class | blaze::TDMatDMatMultExpr< typename, typename > |
| Expression object for transpose dense matrix-dense matrix multiplications.The TDMatDMatMultExpr class represents the compile time expression for multiplications between a column-major dense matrix and a row-major dense matrix. More...
|
|
class | blaze::TDMatSMatAddExpr< typename, typename > |
| Expression object for dense matrix-sparse matrix additions.The TDMatSMatAddExpr class represents the compile time expression for additions between a column-major dense matrix and a row-major sparse matrix. More...
|
|
class | blaze::TDMatSMatMultExpr< typename, typename > |
| Expression object for transpose dense matrix-sparse matrix multiplications.The TDMatSMatMultExpr class represents the compile time expression for multiplications between a column-major dense matrix and a row-major sparse matrix. More...
|
|
class | blaze::TDMatSMatSubExpr< typename, typename > |
| Expression object for transpose dense matrix-sparse matrix subtractions.The TDMatSMatSubExpr class represents the compile time expression for subtractions between a row-major dense matrix and a column-major sparse matrix. More...
|
|
class | blaze::TDMatTDMatMultExpr< typename, typename > |
| Expression object for transpose dense matrix-transpose dense matrix multiplications.The TDMatTDMatMultExpr class represents the compile time expression for multiplications between two column-major dense matrices. More...
|
|
class | blaze::TDMatTSMatMultExpr< typename, typename > |
| Expression object for transpose dense matrix-transpose sparse matrix multiplications.The TDMatTSMatMultExpr class represents the compile time expression for multiplications between a column-major dense matrix and a column-major sparse matrix. More...
|
|
class | blaze::TSMatDMatMultExpr< typename, typename > |
| Expression object for transpose sparse matrix-dense matrix multiplications.The TSMatDMatMultExpr class represents the compile time expression for multiplications between a column-major sparse matrix and a row-major dense matrix. More...
|
|
class | blaze::TSMatDMatSubExpr< typename, typename > |
| Expression object for transpose sparse matrix-dense matrix subtractions.The TSMatDMatSubExpr class represents the compile time expression for subtractions between a column-major sparse matrix and a row-major dense matrix. More...
|
|
class | blaze::TSMatTDMatMultExpr< typename, typename > |
| Expression object for transpose sparse matrix-transpose dense matrix multiplications.The TSMatTDMatMultExpr class represents the compile time expression for multiplications between a column-major sparse matrix and a column-major dense matrix. More...
|
|