|
SuanShu, a Java numerical and statistical library | |||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||
D as in
Q %*% D %*% Q' = A
Note that we only support real eigenvalues for now.
D as in
U' %*% A %*% V = D
U %*% D %*% V' = A
D as in
A = L %*% D %*% Lt
D in the LDL decomposition.
f, d2f/dx2
x,
i.e., dB(x, y)/dx.x,
the upper limit.p and q.
this by the copy
constructor of the class, or just this if the instance itself is
immutable.
Matrix is immutable.
this by the copy
constructor of the class, or just this if the instance itself is
immutable.
Matrix is immutable.
Matrix is immutable.
nRows * nCols.
length.
length initialized with value value.
F.
d(Erf) 2
------ = --- exp(-x2)
dx √π
g'(x).
g'(x).
g'(x).
g'(x).
g'(x).
f at x with an increment h
for the n-th order
using either forward, backward, or central difference.
f, df/dx
f, df/dx
f.
f.
dim * dim.
A
f
It counts from 1.
x.
x, which is called the discriminant.
/ : F × F → F
That is the same as
this.multiply(that.inverse())
/ : R × R → R
Divide a Real number by another one.
this / v
Divide this by v, entry-by-entry.
this / that
Divide this by that, entry-by-entry.
SparseElements.
(0, ∞).(-∞, ∞).nItems entries,
the most backward in time entries.
nItems entries.
nItems entries,
the most backward in time entries.
nItems entries.
|x| <= tolerance).
x'(t) = dx(t)/dt
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||