1#ifndef COMPUTE_ROTROT_NORM
2#define COMPUTE_ROTROT_NORM
12 const Eigen::VectorXd &
vT,
19 const Eigen::VectorXd &
v,
depending on the Matrix Market format indicated by or array(dense array storage). The data will be duplicated % as appropriate if symmetry is indicated in the header. % % Optionally
Definition mhd-solutions.hpp:9
static auto v
Definition ddrcore-test.hpp:32
double compute_rotrot_norm(const Eigen::VectorXd &v, const XRot &x_rot, const XRotRot &x_rotrot)
Compute rotrot norm.
Definition compute_rotrot_norm.cpp:18
double compute_squared_rotrot_norm(size_t iT, const Eigen::VectorXd &vT, const XRot &x_rot, const XRotRot &x_rotrot)
Compute the squared rotrot norm on the element of index iT.
Definition compute_rotrot_norm.cpp:5