Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Q
qrdcmp(BigMat, double[], double[])
- Method in class Facemorph.
BigMat
From numerical recipies in C ch2.10 Constructs the QR decomposition of this matrix returning the result in a[1..n][1..n].
qrdcmp(BigMat, BigMat)
- Method in class Facemorph.
BigMat
Decomposes this square matrix into an orthonormal matrix Q and an upper triangular matrix R such that this = R.multiply(Q)
qrsolv(double[], double[], double[], double[])
- Method in class Facemorph.
BigMat
Solves the set of n linear equations A.x=b .
quicksort(float[], int, int)
- Static method in class Facemorph.
FloatImage
Quicksort implementation
quickSort(ArrayList<KdTreePoint>, int, int, int)
- Static method in class Facemorph.mdl.
KdTree
Does a quick sort on the values given
quickSort(double[], int[], int, int)
- Static method in class Facemorph.
PCA
Does a quick sort on the values given
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z