Changeset 1566 in Sophya for trunk/SophyaExt/LinAlg/intflapack.h


Ignore:
Timestamp:
Jul 5, 2001, 5:45:50 PM (24 years ago)
Author:
ansari
Message:

Ajout commentaires-documentation ds LapackServer::LeastSquareSolve() - Reza 5/7/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/LinAlg/intflapack.h

    r1494 r1566  
    4242{ LapackServer<T> lps; return( lps.LinSolve(a, b) );  }
    4343
     44/*! \ingroup LinAlg
     45    \fn LapackLeastSquareSolve(TArray<T>&, TArray<T> &)
     46    \brief Solves the linear least squares problem A*X - B
     47*/
    4448template <class T>
    4549inline int LapackLeastSquareSolve(TArray<T>& a, TArray<T> & b)
Note: See TracChangeset for help on using the changeset viewer.