BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
linalg Directory Reference
Directory dependency graph for linalg:

Directories

 
armadillo
 
blaze
 
doc
 
lapack
 
operators

Files

 
cl_Matrix.hpp
 
cl_Vector.hpp
 
fn_append.hpp
 Appends one vector onto another, in place.
 
fn_combine.hpp
 Concatenates two, three or four vectors into one.
 
fn_cross.hpp
 Cross product of two vectors.
 
fn_crossmat.hpp
 Cross product of a normal vector with every column of a matrix.
 
fn_ddpolyval.hpp
 Evaluates the second derivative of a polynomial.
 
fn_det.hpp
 Determinant of a square matrix.
 
fn_dot.hpp
 Inner products of vectors and matrices.
 
fn_dpolyval.hpp
 Evaluates the first derivative of a polynomial.
 
fn_eigen.hpp
 Eigenvalues of a general square matrix.
 
fn_inv.hpp
 Inverse of a square matrix.
 
fn_inv2.hpp
 Closed-form inverse of a 2x2 matrix.
 
fn_inv3.hpp
 Closed-form inverse of a 3x3 matrix.
 
fn_linspace.hpp
 Evenly spaced values over an interval.
 
fn_max.hpp
 Largest entry of a vector, matrix or column view.
 
fn_min.hpp
 Smallest entry of a vector, matrix or column view.
 
fn_norm.hpp
 Euclidean length of a vector.
 
fn_polyfit.hpp
 Least-squares polynomial fit.
 
fn_polyval.hpp
 Evaluates a polynomial.
 
fn_r2.hpp
 Coefficient of determination, R^2.
 
fn_reverse.hpp
 Reverses the order of a vector's entries.
 
fn_sort.hpp
 Sorts a vector in place, ascending.
 
fn_sum.hpp
 Sum of the entries of a vector.
 
fn_to_cell.hpp
 Converts a Vector into a Cell.
 
fn_to_vector.hpp
 Converts a Cell into a Vector.
 
fn_trans.hpp
 Matrix transpose.
 
fn_unique.hpp
 Sorts a vector in place and removes duplicate entries.