Maven module :un.api : api-math :
Class : un.api.math.transform.IdentityTransform
Extends/Implements : un.api.math.transform.MatrixTransform
Subclasses : -

Transformation doing nothing
author  Johann Sorel


Variables : -
Functions : IdentityTransform, transform, transform



public void IdentityTransform (int dim)

public double[] transform (double[] source, int sourceOffset, double[] dest, int destOffset, int nbTuple)

public float[] transform (float[] source, int sourceOffset, float[] dest, int destOffset, int nbTuple)