This is an example of how to use the Teuchos::LAPACK class.
#include "Teuchos_Version.hpp"
int main(int argc, char* argv[])
{
std::cout << Teuchos::Teuchos_Version() << std::endl << std::endl;
int ipiv[4], info;
std::cout <<
printMat(My_Vector) << std::endl;
return 0;
}