|
AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects Version of the Day
|
00001 // /////////////////////////////////////////////////////////// 00002 // AbstractLinAlgPack_TestMatrixSymSecant.hpp 00003 00004 #include <iosfwd> 00005 00006 #include "AbstractLinAlgPack_Types.hpp" 00007 00008 namespace AbstractLinAlgPack { 00009 00038 bool TestMatrixSymSecant( 00039 const MatrixOp &B 00040 ,const Vector &s 00041 ,const Vector &y 00042 ,value_type warning_tol 00043 ,value_type error_tol 00044 ,bool print_all_warnings 00045 ,std::ostream *out 00046 ,bool trase = true 00047 ); 00048 00049 } // end namespace AbstractLinAlgPack
1.7.4