public abstract class DenseBlockFactory extends Object
Constructor and Description |
---|
DenseBlockFactory() |
Modifier and Type | Method and Description |
---|---|
static DenseBlock |
createDenseBlock(DenseBlock.Type type,
int rlen,
int clen) |
static DenseBlock |
createDenseBlock(double[] data,
int rlen,
int clen) |
static DenseBlock |
createDenseBlock(int rlen,
int clen) |
static DenseBlock.Type |
getDenseBlockType(DenseBlock dblock) |
static boolean |
isDenseBlockType(DenseBlock sblock,
DenseBlock.Type type) |
public static DenseBlock createDenseBlock(int rlen, int clen)
public static DenseBlock createDenseBlock(double[] data, int rlen, int clen)
public static DenseBlock createDenseBlock(DenseBlock.Type type, int rlen, int clen)
public static boolean isDenseBlockType(DenseBlock sblock, DenseBlock.Type type)
public static DenseBlock.Type getDenseBlockType(DenseBlock dblock)
Copyright © 2018 The Apache Software Foundation. All rights reserved.