votca 2024-dev
Loading...
Searching...
No Matches
Namespaces | Functions
linalg.cc File Reference
#include <iostream>
#include <sstream>
#include "votca/tools/linalg.h"
Include dependency graph for linalg.cc:

Go to the source code of this file.

Namespaces

namespace  votca
 base class for all analysis tools
 
namespace  votca::tools
 

Functions

Eigen::VectorXd votca::tools::linalg_constrained_qrsolve (const Eigen::MatrixXd &A, const Eigen::VectorXd &b, const Eigen::MatrixXd &constr)
 solves A*x=b under the constraint B*x = 0