#include <basix/vector.hpp>
Go to the source code of this file.
Classes
- struct matrix_naive
 - struct matrix_variant_helper< C >
 - struct matrix_defaults
 - struct implementation< matrix_defaults, V, matrix_naive >
 - struct implementation< vector_defaults, V, matrix_naive >
 - struct implementation< vector_allocate, V, matrix_naive >
 - struct implementation< vector_abstractions, V, matrix_naive >
 - struct implementation< vector_abstractions_stride, V, matrix_naive >
 - struct implementation< vector_linear, V, matrix_naive >
 - struct matrix_vectorial
 - struct implementation< matrix_vectorial, V, matrix_naive >
 - struct matrix_linear
 - struct implementation< matrix_linear, V, matrix_naive >
 - struct matrix_multiply_threshold< V >
 - struct matrix_multiply_base
 - struct matrix_multiply
 - struct implementation< matrix_multiply_base, V, matrix_naive >
 - struct implementation< matrix_multiply_base, V, matrix_naive >::clear_helper< Op, C >
 - struct implementation< matrix_multiply_base, V, matrix_naive >::clear_helper< mul_add_op, C >
 - struct implementation< matrix_multiply, V, matrix_naive >
 - struct matrix_iterate
 - struct implementation< matrix_iterate, V, matrix_naive >
 - struct matrix_permute
 - struct implementation< matrix_permute, V, matrix_naive >
 - struct pivot_helper< C >
 - struct matrix_echelon
 - struct implementation< matrix_echelon, V, matrix_naive >
 - struct matrix_determinant
 - struct implementation< matrix_determinant, V, matrix_naive >
 - struct matrix_kernel
 - struct implementation< matrix_kernel, V, matrix_naive >
 - struct matrix_image
 - struct implementation< matrix_image, V, matrix_naive >
 - struct matrix_invert
 - struct implementation< matrix_invert, V, matrix_naive >
 - struct matrix_orthogonalization
 - struct implementation< matrix_orthogonalization, V, matrix_naive >
 
Namespaces
Defines
- #define TMPL   template<typename C>
 
Functions
Define Documentation
      
        
          | #define TMPL   template<typename C> |