IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Classes | |
class | IG.Num.LinearBasis |
Vector function containing lineer basis in a n-dimensional vector space. Composed of n+1 functions: 1, x1, ..., xn. More... | |
class | IG.Num.LinearBasisSafer |
The same as LinearBasis, just that it has more meaningful error reporting (but is therefore slower). More... | |
class | IG.Num.QuadraticBasis |
Vector function containing quadratic basis in a n-dimensional vector space. Composed of (n+1)*(n+2)/2 functions: 1, x_1, ..., x_n, 0.5*x_1^2, 0.5*x_2^2, ..., 0.5*x_n^2, x_1*x_2, x_1*x_3, ..., x_1*x_n, ..., x_2*x_3, ..., x_2*x_n, ..., ..., x_n-1*x_n. More... | |
class | IG.Num.QuadraticBasisSafer |
The same as QuadraticBasis, just that it has more meaningful exceptions. More... | |
Namespaces | |
package | IG.Num |