/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 gl_quadrature.hpp:8
KOKKOS_INLINE_FUNCTION void AX_Matrix(const Matrix &A, const Matrix &AX_A)
Computes AX(A) of a square matrix.
Definition matrix_operations.hpp:17
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:51
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:45
Generated by