|
class | blaze::DMatDeclDiagExpr< MT, SO > |
| Expression object for the explicit diagonal declaration of dense matrices.The DMatDeclDiagExpr class represents the compile time expression for the explicit diagonal declaration of a dense matrix. More...
|
|
class | blaze::DMatDeclHermExpr< MT, SO > |
| Expression object for the explicit Hermitian declaration of dense matrices.The DMatDeclHermExpr class represents the compile time expression for the explicit Hermitian declaration of a dense matrix. More...
|
|
class | blaze::DMatDeclLowExpr< MT, SO > |
| Expression object for the explicit lower declaration of dense matrices.The DMatDeclLowExpr class represents the compile time expression for the explicit lower declaration of a dense matrix. More...
|
|
class | blaze::DMatDeclSymExpr< MT, SO > |
| Expression object for the explicit symmetry declaration of dense matrices.The DMatDeclSymExpr class represents the compile time expression for the explicit symmetry declaration of a dense matrix. More...
|
|
class | blaze::DMatDeclUppExpr< MT, SO > |
| Expression object for the explicit upper declaration of dense matrices.The DMatDeclUppExpr class represents the compile time expression for the explicit upper declaration of a dense matrix. 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::DMatDMatKronExpr< MT1, MT2, SO > |
| Expression object for dense matrix-dense matrix Kronecker products.The DMatDMatKronExpr class represents the compile time expression for Kronecker products between dense matrices of any storage order. More...
|
|
class | blaze::DMatDMatMapExpr< MT1, MT2, OP, SO > |
| Expression object for the dense matrix-dense matrix map() function.The DMatDMatMapExpr class represents the compile time expression for the pairwise evaluation of a binary custom operation on the elements of two dense matrices with identical storage order via the map() function. More...
|
|
class | blaze::DMatDMatMultExpr< MT1, MT2, SF, HF, LF, UF > |
| 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::DMatDMatSchurExpr< MT1, MT2, SO > |
| Expression object for dense matrix-dense matrix Schur products.The DMatDMatSchurExpr class represents the compile time expression for Schur products between dense matrices with identical storage order. 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::DMatInvExpr< MT, SO > |
| Expression object for dense matrix inversions.The DMatInvExpr class represents the compile time expression for inversions of dense matrices. More...
|
|
class | blaze::DMatMapExpr< MT, OP, SO > |
| Expression object for the dense matrix map() function.The DMatMapExpr class represents the compile time expression for the evaluation of a custom operation on each element of a dense matrix via the map() function. 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::DMatSerialExpr< MT, SO > |
| Expression object for the forced serial evaluation of dense matrices.The DMatSerialExpr class represents the compile time expression for the forced serial evaluation of a dense matrix. 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, SF, HF, LF, UF > |
| 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::DMatTDMatMapExpr< MT1, MT2, OP > |
| Expression object for the dense matrix/tranpose dense matrix map() function.The DMatTDMatMapExpr class represents the compile time expression for the pairwise evaluation of a binary custom operation on the elements of a row-major dense matrix and a column-major matrix via the map() function. More...
|
|
class | blaze::DMatTDMatMultExpr< MT1, MT2, SF, HF, LF, UF > |
| 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::DMatTDMatSchurExpr< MT1, MT2 > |
| Expression object for dense matrix-transpose dense matrix Schur product.The DMatTDMatSchurExpr class represents the compile time expression for Schur product 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, SF, HF, LF, UF > |
| 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::DVecDVecOuterExpr< VT1, VT2 > |
| Expression object for outer products between two dense vectors.The DVecDVecOuterExpr class represents the compile time expression for outer products between dense vectors. More...
|
|
class | blaze::SMatDMatMultExpr< MT1, MT2, SF, HF, LF, UF > |
| 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< MT1, MT2, SO > |
| 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< MT1, MT2, SF, HF, LF, UF > |
| 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< MT1, MT2 > |
| 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< MT1, MT2, SF, HF, LF, UF > |
| 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< MT1, MT2 > |
| 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< MT1, MT2, SF, HF, LF, UF > |
| 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< MT1, MT2 > |
| 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< MT1, MT2, SF, HF, LF, UF > |
| 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< MT1, MT2, SF, HF, LF, UF > |
| 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< MT1, MT2, SF, HF, LF, UF > |
| 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< MT1, MT2 > |
| 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< MT1, MT2, SF, HF, LF, UF > |
| 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...
|
|