org.ojalgo.matrix.store
Class OjalgoUtil

java.lang.Object
  extended by org.ojalgo.matrix.store.OjalgoUtil

public class OjalgoUtil
extends Object


Constructor Summary
OjalgoUtil()
           
 
Method Summary
static PrimitiveDenseStore linkToArray(int rows, int cols, double[] array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OjalgoUtil

public OjalgoUtil()
Method Detail

linkToArray

public static PrimitiveDenseStore linkToArray(int rows,
                                              int cols,
                                              double[] array)


Copyright © 2010. All Rights Reserved.