kig
kignumerics.h
Go to the documentation of this file.
double calcCubicRoot(double xmin, double xmax, double a, double b, double c, double d, int root, bool &valid, int &numroots)
This file is part of Kig, a KDE program for Interactive Geometry...
Definition: kignumerics.cpp:32
double calcCubicRootwithNewton(double ymin, double ymax, double a, double b, double c, double d, double tol)
Definition: kignumerics.cpp:206
void BackwardSubstitution(double *matrix[], int numrows, int numcols, int scambio[], double solution[])
Definition: kignumerics.cpp:340
bool GaussianElimination(double *matrix[], int numrows, int numcols, int scambio[])
Gaussian Elimination.
Definition: kignumerics.cpp:271
bool Invert3by3matrix(const double m[3][3], double inv[3][3])
Definition: kignumerics.cpp:372
int calcCubicVariations(double x, double a, double b, double c, double d, double p1a, double p1b, double p0a)
Definition: kignumerics.cpp:164
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.