vectorDoubleArrayListOf

fun vectorDoubleArrayListOf(vararg vectors: IGenericDoubleVector, dimensions: Int = vectors.first().dimensions): DoubleVectorArrayList
fun vectorDoubleArrayListOf(vararg vectors: GenericDoubleVector, dimensions: Int = vectors.first().dimensions): DoubleVectorArrayList
fun vectorDoubleArrayListOf(vararg data: Float, dimensions: Int): DoubleVectorArrayList
fun vectorDoubleArrayListOf(vararg data: Int, dimensions: Int): DoubleVectorArrayList