- length() - Method in class org.jogamp.vecmath.Vector2d
-
Returns the length of this vector.
- length() - Method in class org.jogamp.vecmath.Vector2f
-
Returns the length of this vector.
- length() - Method in class org.jogamp.vecmath.Vector3d
-
Returns the length of this vector.
- length() - Method in class org.jogamp.vecmath.Vector3f
-
Returns the length of this vector.
- length() - Method in class org.jogamp.vecmath.Vector4d
-
Returns the length of this vector.
- length() - Method in class org.jogamp.vecmath.Vector4f
-
Returns the length of this vector.
- lengthSquared() - Method in class org.jogamp.vecmath.Vector2d
-
Returns the squared length of this vector.
- lengthSquared() - Method in class org.jogamp.vecmath.Vector2f
-
Returns the squared length of this vector.
- lengthSquared() - Method in class org.jogamp.vecmath.Vector3d
-
Returns the squared length of this vector.
- lengthSquared() - Method in class org.jogamp.vecmath.Vector3f
-
Returns the squared length of this vector.
- lengthSquared() - Method in class org.jogamp.vecmath.Vector4d
-
Returns the squared length of this vector.
- lengthSquared() - Method in class org.jogamp.vecmath.Vector4f
-
Returns the squared length of this vector
- LUD(GMatrix, GVector) - Method in class org.jogamp.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 org.jogamp.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.