RBGen  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
RBGen_Utils.h
1 #ifndef RBGEN_UTILS_H
2 #define RBGEN_UTILS_H
3 
5 
6 namespace RBGen {
7 
9  double BasisAngle( const Epetra_MultiVector& S, const Epetra_MultiVector& T );
10 
11 } // end namespace RBGen
12 
13 #endif // RBGEN_UTILS_H
double BasisAngle(const Epetra_MultiVector &S, const Epetra_MultiVector &T)
Method for computing the angle between two subspaces represented as Epetra_MultiVector bases...
Definition: RBGen_Utils.cpp:10