object Ftran
The Ftran
object ...
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ftran
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Hend: VectorI
- val Hindex: VectorI
- val Hlookup: VectorI
- val Hstart: VectorI
- val Lend: VectorI
- val Lindex: VectorI
- val Lpiv_i: VectorI
- val Lstart: VectorI
- val Lvalue: VectorD
- val URcount: VectorI
- val URindex: VectorI
- val URstart: VectorI
- val URvalue: VectorD
- val Uend: VectorI
- val Uindex: VectorI
- val Ulookup: VectorI
- val Upiv_i: VectorI
- val Upiv_x: VectorD
- val Ustart: VectorI
- val Uvalue: VectorD
- val Xindex: VectorI
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def dfs_search(Xcount: Int): Unit
Figure 2.6: DFS based hyper-sparse 'ftran': search stage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def ftran(): Unit
Figure 2.4: Standard 'ftran' with permuted LU factors
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val list: ArrayBuffer[Int]
- val m: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def permute(): Unit
Figure 2.5: Form row-wise representation for a permuted factor.
- val stack: Stack[(Int, Int)]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val visited: Array[Int]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val x: VectorD
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated