Go to the documentation of this file. 1 #include <Eigen/Sparse>
8 void buildProblem(std::vector<T>& coefficients, Eigen::VectorXd&
b,
int n);
11 int main(
int argc,
char** argv)
14 std::cerr <<
"Error: expected one and only one argument.\n";
22 std::vector<T> coefficients;
27 A.setFromTriplets(coefficients.begin(), coefficients.end());
31 Eigen::VectorXd
x = chol.solve(
b);
void buildProblem(std::vector< T > &coefficients, Eigen::VectorXd &b, int n)
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
Eigen::Triplet< double > T
Matrix< SCALARA, Dynamic, Dynamic, opt_A > A
Eigen::SparseMatrix< double > SpMat
void saveAsBitmap(const Eigen::VectorXd &x, int n, const char *filename)
int main(int argc, char **argv)
gtsam
Author(s):
autogenerated on Fri Nov 1 2024 03:43:01