Loading...
Searching...
No Matches
BLAS-Impl.hpp
Go to the documentation of this file.
void CopyFrom(const MatrixExpression< T, R, C, E > &expression)
Copies from generic expression.
Definition MatrixDenseBase-Impl.hpp:21
std::enable_if_t<(IsMatrixSizeDynamic< Rows, Cols >()||Cols==1) &&(IsMatrixSizeDynamic< R, C >()||C==1), U > Dot(const MatrixExpression< T, R, C, E > &expression) const
Definition MatrixExpression-Impl.hpp:391
Definition Matrix.hpp:30
Definition pybind11Utils.hpp:21
static ScalarType L2Norm(const VectorType &v)
Returns L2-norm of the given vector v.
Definition BLAS-Impl.hpp:80
static void Set(ScalarType s, VectorType *result)
Sets entire element of given vector result with scalar s.
Definition BLAS-Impl.hpp:19
static void Residual(const MatrixType &a, const VectorType &x, const VectorType &b, VectorType *result)
Computes residual vector (b - ax).
Definition BLAS-Impl.hpp:71
static void MVM(const MatrixType &m, const VectorType &v, VectorType *result)
Performs matrix-vector multiplication.
Definition BLAS-Impl.hpp:63
static void AXPlusY(ScalarType a, const VectorType &x, const VectorType &y, VectorType *result)
Definition BLAS-Impl.hpp:54
static ScalarType LInfNorm(const VectorType &v)
Returns L-inf-norm of the given vector v.
Definition BLAS-Impl.hpp:86
static ScalarType Dot(const VectorType &a, const VectorType &b)
Performs dot product with vector a and b.
Definition BLAS-Impl.hpp:47
1.9.8