/home/runner/work/kynema/kynema/kynema/src/math/matrix_operations.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
matrix_operations.hpp
Go to the documentation of this file.
Definition gll_quadrature.hpp:7
KOKKOS_INLINE_FUNCTION void AX_Matrix(const Matrix &A, const Matrix &AX_A)
Computes AX(A) of a square matrix.
Definition matrix_operations.hpp:19
std::array< std::array< double, 6 >, 6 > RotateMatrix6(const std::array< std::array< double, 6 >, 6 > &m, const std::array< double, 4 > &q)
Definition matrix_operations.hpp:53
KOKKOS_INLINE_FUNCTION void QuaternionToRotationMatrix(const Quaternion &q, const RotationMatrix &R)
Converts a 4x1 quaternion to a 3x3 rotation matrix and returns the result.
Definition quaternion_operations.hpp:20
KOKKOS_INLINE_FUNCTION void AxialVectorOfMatrix(const Matrix &m, const Vector &v)
Computes the axial vector (also known as the vector representation) of a 3x3 skew-symmetric matrix.
Definition matrix_operations.hpp:47
Generated by