Packages

object BidMatrixD extends Error with Serializable

The BidMatrixD object is the companion object for the BidMatrixD class.

Linear Supertypes
Serializable, Serializable, Error, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BidMatrixD
  2. Serializable
  3. Serializable
  4. Error
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(fileName: String): BidMatrixD

    Create a matrix by reading from a text file, e.g., a CSV file.

    Create a matrix by reading from a text file, e.g., a CSV file.

    fileName

    the name of file holding the data

  5. def apply(u: VectoD): BidMatrixD

    Create a bidiagonal matrix and assign values from vector 'u'.

    Create a bidiagonal matrix and assign values from vector 'u'.

    u

    the vector to assign

  6. def apply(u: Vector[VectoD]): BidMatrixD

    Create a bidiagonal matrix and assign values from the Scala Vector of vectors 'u'.

    Create a bidiagonal matrix and assign values from the Scala Vector of vectors 'u'. Assumes vectors are column-wise.

    u

    the Vector of vectors to assign

  7. def apply(u: Array[VectoD], columnwise: Boolean = true): BidMatrixD

    Create a bidiagonal matrix and assign values from the array of vectors 'u'.

    Create a bidiagonal matrix and assign values from the array of vectors 'u'.

    u

    the array of vectors to assign

    columnwise

    whether the vectors are treated as column or row vectors

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def eye(m: Int): BidMatrixD

    Create an 'm-by-m' identity matrix I (ones on main diagonal, zeros elsewhere).

    Create an 'm-by-m' identity matrix I (ones on main diagonal, zeros elsewhere).

    m

    the row and column dimensions of the matrix

  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def flaw(method: String, message: String): Unit

    Show the flaw by printing the error message.

    Show the flaw by printing the error message.

    method

    the method where the error occurred

    message

    the error message

    Definition Classes
    Error
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Error

Inherited from AnyRef

Inherited from Any

Ungrouped