data.vector

Undocumented in source.

Members

Functions

cbind
Vector cbind(Vector m, Vector n)

Concate two Vectors to Vector

cbind
Matrix cbind(Matrix m, Matrix n)

Concate two Matrix to Matrix with col direction

combine
Matrix combine(Matrix p, Matrix q, Matrix r, Matrix s)

Combine

eyeMat
double[][] eyeMat(long l)
Undocumented in source. Be warned that the author may not have intended to support it.
initMat
double[][] initMat(long r, long c)
Undocumented in source. Be warned that the author may not have intended to support it.
rbind
Matrix rbind(Vector m, Vector n)

Concate two Vectors to Matrix

rbind
Matrix rbind(Matrix m, Vector v)

Insert Vector to Matrix

rbind
Matrix rbind(Matrix m, Matrix n)

Concate to Matrix to Matrix with row direction

zerosMat
double[][] zerosMat(long r, long c)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Matrix
struct Matrix

Matrix Structure

Vector
struct Vector

Vector is default class for Statistics

Meta