MatCols

org.saddle.mat.MatCols$
object MatCols

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MatCols.type

Members list

Value members

Concrete methods

def apply[A : ScalarTag](cols: Vec[A]*): MatCols[A]
def apply[A : ScalarTag](cols: Array[Vec[A]]): MatCols[A]
def apply[A : ScalarTag](mat: Mat[A]): MatCols[A]
def empty[A : ScalarTag]: MatCols[A]