de
.
sciss
.
lucre
.
matrix
.
Implicits
MatrixFactoryOps
Related Doc:
package Implicits
implicit final
class
MatrixFactoryOps
extends
AnyVal
with
MatrixFactory
Linear Supertypes
MatrixFactory
,
AnyVal
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
MatrixFactoryOps
MatrixFactory
AnyVal
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
MatrixFactoryOps
(
this:
Matrix
.type
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
newConst1D
[
S <:
Sys
[
S
]
]
(
name:
String
,
v:
Vec
[
Double
]
,
units:
String
)
(
implicit
tx:
newConst1D.S.Tx
)
:
Matrix
[
S
]
Definition Classes
MatrixFactoryOps
→
MatrixFactory
def
newConst2D
[
S <:
Sys
[
S
]
]
(
name:
String
,
v:
Vec
[
Vec
[
Double
]]
,
units:
String
)
(
implicit
tx:
newConst2D.S.Tx
)
:
Matrix
[
S
]
Definition Classes
MatrixFactoryOps
→
MatrixFactory
def
newConst3D
[
S <:
Sys
[
S
]
]
(
name:
String
,
v:
Vec
[
Vec
[
Vec
[
Double
]]]
,
units:
String
)
(
implicit
tx:
newConst3D.S.Tx
)
:
Matrix
[
S
]
Definition Classes
MatrixFactoryOps
→
MatrixFactory
val
this
:
Matrix
.type
def
toString
()
:
String
Definition Classes
Any
def
zeros
[
S <:
Sys
[
S
]
]
(
ns:
Int
*
)
(
implicit
tx:
zeros.S.Tx
)
:
Matrix
[
S
]
Definition Classes
MatrixFactoryOps
→
MatrixFactory
Inherited from
MatrixFactory
Inherited from
AnyVal
Inherited from
Any
Ungrouped