DoubleVectorList

Properties

Link copied to clipboard
abstract val closed: Boolean
Link copied to clipboard
abstract val dimensions: Int
Link copied to clipboard
abstract var extra: ExtraType
Link copied to clipboard
abstract val size: Int

Functions

Link copied to clipboard
abstract operator fun get(index: Int, dim: Int): Double
Link copied to clipboard
Link copied to clipboard
inline fun DoubleVectorList.getOrElse(index: Int, dim: Int, default: Double = 0.0): Double
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun isAlmostEquals(other: IDoubleVectorList, epsilon: Double): Boolean
Link copied to clipboard
open fun isEmpty(): Boolean
Link copied to clipboard
open fun isNotEmpty(): Boolean
Link copied to clipboard
fun <T> DoubleVectorList.mapVector(block: (list: DoubleVectorList, index: Int) -> T): List<T>