nak
.
classify
LFMatrix
object
LFMatrix
extends
Serializable
Linear Supertypes
Serializable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
LFMatrix
Serializable
Serializable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
implicit
def
canCopy
[
L
,
TF
]
(
implicit
copy:
CanCopy
[
TF
]
)
:
CanCopy
[
LFMatrix
[
L
,
TF
]]
implicit
def
canCreateZerosLike
[
L
,
TF
]
(
implicit
zeros:
CanCreateZerosLike
[
TF
,
TF
]
)
:
CanCreateZerosLike
[
LFMatrix
[
L
,
TF
],
LFMatrix
[
L
,
TF
]]
implicit
def
canMapValues
[
L
,
TF
,
V
]
(
implicit
cmf:
CanMapValues
[
TF
,
V
,
V
,
TF
]
)
:
CanMapValues
[
LFMatrix
[
L
,
TF
],
V
,
V
,
LFMatrix
[
L
,
TF
]]
implicit
def
canZipMapValues
[
L
,
TF
,
S
]
(
implicit
cmf:
CanZipMapValues
[
TF
,
S
,
S
,
TF
]
)
:
CanZipMapValues
[
LFMatrix
[
L
,
TF
],
S
,
S
,
LFMatrix
[
L
,
TF
]]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
implicit
def
coordSpace
[
L
,
V
,
I
]
(
implicit
space:
MutableCoordinateSpace
[
V
,
Double
]
)
:
MutableCoordinateSpace
[
LFMatrix
[
L
,
V
],
Double
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
implicit
def
lfAxpyOp
[
L
,
TF
]
(
implicit
op:
breeze.linalg.scaleAdd.InPlaceImpl3
[
TF
,
Double
,
TF
]
,
numeric: (
TF
) ⇒
NumericOps
[
TF
]
)
:
breeze.linalg.scaleAdd.InPlaceImpl3
[
LFMatrix
[
L
,
TF
],
Double
,
LFMatrix
[
L
,
TF
]]
implicit
def
lfBinaryOp
[
L
,
TF
,
Op <:
OpType
]
(
implicit
op:
UImpl2
[
Op
,
TF
,
Double
,
TF
]
,
numeric: (
TF
) ⇒
NumericOps
[
TF
]
)
:
UImpl2
[
Op
,
LFMatrix
[
L
,
TF
],
Double
,
LFMatrix
[
L
,
TF
]]
implicit
def
lfBinaryOp2
[
L
,
TF
,
Op
]
(
implicit
op:
UImpl2
[
OpMulScalar
.type,
TF
,
Double
,
TF
]
,
numeric: (
TF
) ⇒
NumericOps
[
TF
]
)
:
UImpl2
[
OpMulScalar
.type,
LFMatrix
[
L
,
TF
],
Double
,
LFMatrix
[
L
,
TF
]]
implicit
def
lfBinaryTFOp
[
L
,
TF
,
Op <:
OpType
]
(
implicit
op:
UImpl2
[
Op
,
TF
,
TF
,
TF
]
,
numeric: (
TF
) ⇒
NumericOps
[
TF
]
)
:
UImpl2
[
Op
,
LFMatrix
[
L
,
TF
],
LFMatrix
[
L
,
TF
],
LFMatrix
[
L
,
TF
]]
implicit
def
lfBinaryTFUpdateOp
[
L
,
TF
,
Op <:
OpType
]
(
implicit
op:
InPlaceImpl2
[
Op
,
TF
,
TF
]
,
numeric: (
TF
) ⇒
NumericOps
[
TF
]
)
:
InPlaceImpl2
[
Op
,
LFMatrix
[
L
,
TF
],
LFMatrix
[
L
,
TF
]]
implicit
def
lfInnerOp
[
L
,
TF
]
(
implicit
op:
breeze.linalg.operators.OpMulInner.Impl2
[
TF
,
TF
,
Double
]
,
numeric: (
TF
) ⇒
NumericOps
[
TF
]
)
:
breeze.linalg.operators.OpMulInner.Impl2
[
LFMatrix
[
L
,
TF
],
LFMatrix
[
L
,
TF
],
Double
]
implicit
def
lfMatrixTimesTF
[
L
,
TF
]
(
implicit
inner:
breeze.linalg.operators.OpMulInner.Impl2
[
TF
,
TF
,
Double
]
,
numeric: (
TF
) ⇒
NumericOps
[
TF
]
)
:
breeze.linalg.operators.OpMulMatrix.Impl2
[
LFMatrix
[
L
,
TF
],
TF
,
DenseVector
[
Double
]]
implicit
def
lfNorm
[
L
,
TF
]
(
implicit
op:
breeze.linalg.norm.Impl2
[
TF
,
Double
,
Double
]
)
:
breeze.linalg.norm.Impl2
[
LFMatrix
[
L
,
TF
],
Double
,
Double
]
implicit
def
lfReadWritable
[
L
,
TF
]
(
implicit
formatL:
serialization.DataSerialization.ReadWritable
[
L
]
,
formatTF:
serialization.DataSerialization.ReadWritable
[
TF
]
,
zeros:
CanCreateZerosLike
[
TF
,
TF
]
,
man:
Manifest
[
TF
]
)
:
serialization.DataSerialization.ReadWritable
[
LFMatrix
[
L
,
TF
]]
implicit
def
lfUnaryOp
[
L
,
TF
,
Op <:
OpType
]
(
implicit
op:
UImpl
[
Op
,
TF
,
TF
]
,
numeric: (
TF
) ⇒
NumericOps
[
TF
]
)
:
UImpl
[
Op
,
LFMatrix
[
L
,
TF
],
LFMatrix
[
L
,
TF
]]
implicit
def
lfUpdateOp
[
L
,
TF
,
Op <:
OpType
]
(
implicit
op:
InPlaceImpl2
[
Op
,
TF
,
Double
]
,
numeric: (
TF
) ⇒
NumericOps
[
TF
]
)
:
InPlaceImpl2
[
Op
,
LFMatrix
[
L
,
TF
],
Double
]
implicit
def
lfbinaryOpBackwards
[
L
,
TF
,
Op <:
OpType
]
(
implicit
op:
UImpl2
[
Op
,
Double
,
TF
,
TF
]
,
numeric: (
TF
) ⇒
NumericOps
[
TF
]
)
:
UImpl2
[
Op
,
Double
,
LFMatrix
[
L
,
TF
],
LFMatrix
[
L
,
TF
]]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped