b2api
B2000++ API Reference Manual, VERSION 4.6
 
Loading...
Searching...
No Matches
b2singular_value_decomposition.H File Reference
#include <algorithm>
#include <cmath>
#include "b2eigen_decomposition.H"
#include "b2tensor_calculus.H"
Include dependency graph for b2singular_value_decomposition.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  b2000
 Contains the base classes for implementing Finite Elements.
 

Functions

void b2000::svd_3_3 (const double A[3][3], double U[3][3], double S[3], double V[3][3])
 

Detailed Description

Routines for fast singular value decomposition, see b2000::svd_3_3().