Packages

o

scalation.linalgebra.gen

HMatrix3Test

object HMatrix3Test extends App

The HMatrix3Test object is used to test the HMatrix3 class, in cases where the 3rd dimension is fixed (i.e., for cuboidic 3-dimensional hypermatrices). > runMain scalation.linalgebra.gen.HMatrix3Test

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HMatrix3Test
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val a: HMatrix3[Int]
  2. val b: HMatrix3[Int]
  3. val c: HMatrix3[Int]
  4. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  5. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )

Deprecated Value Members

  1. def delayedInit(body: ⇒ Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear