SVD

case class SVD[M, V](leftVectors: M, singularValues: V, rightVectors: M)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def S: V
def U: M
def Vt: M
def : V

Inherited methods

Inherited from:
Product