TensorProductMatrix.h¶
Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
-
class
TensorProductMatrix¶ -
TensorProductMatrix(std::size_t num_factors)¶ Create tensor product matrix with given number of factors
-
std::string
str(bool verbose) const¶ Return informal string representation (pretty-print)
-
void
mult(const TensorProductVector &x, TensorProductVector &y) const¶ Compute matrix-vector product y = Ax
-