A C D E F G H I J K L M N P Q R S T V W X Y Z

L

length() - Method in class javax.vecmath.Vector2d
Returns the length of this vector.
length() - Method in class javax.vecmath.Vector2f
Returns the length of this vector.
length() - Method in class javax.vecmath.Vector3d
Returns the length of this vector.
length() - Method in class javax.vecmath.Vector3f
Returns the length of this vector.
length() - Method in class javax.vecmath.Vector4d
Returns the length of this vector.
length() - Method in class javax.vecmath.Vector4f
Returns the length of this vector.
lengthSquared() - Method in class javax.vecmath.Vector2d
Returns the squared length of this vector.
lengthSquared() - Method in class javax.vecmath.Vector2f
Returns the squared length of this vector.
lengthSquared() - Method in class javax.vecmath.Vector3d
Returns the squared length of this vector.
lengthSquared() - Method in class javax.vecmath.Vector3f
Returns the squared length of this vector.
lengthSquared() - Method in class javax.vecmath.Vector4d
Returns the squared length of this vector.
lengthSquared() - Method in class javax.vecmath.Vector4f
Returns the squared length of this vector
LinearKernel - Class in com.gregdennis.drej
A linear kernel of the following form:
K(x1, x2) = x1 · x2
LUD(GMatrix, GVector) - Method in class javax.vecmath.GMatrix
LU Decomposition: this matrix must be a square matrix and the LU GMatrix parameter must be the same size as this matrix.
LUDBackSolve(GMatrix, GVector, GVector) - Method in class javax.vecmath.GVector
LU Decomposition Back Solve; this method takes the LU matrix and the permutation vector produced by the GMatrix method LUD and solves the equation (LU)*x = b by placing the solution vector x into this vector.

A C D E F G H I J K L M N P Q R S T V W X Y Z