Пример #1
0
 public OdcCreator2(SparseArray <T> sparseRepresentation, int types, int times)
 {
     Data  = sparseRepresentation.CreateSquareTwinArray <float[]>();
     Types = types;
     Times = times;
 }
Пример #2
0
        public SparseTwinIndex <K> CreateSimilarArray <K>()
        {
            SparseTwinIndex <K> ret = new SparseTwinIndex <K>(this.Indexes);

            return(ret);
        }