Package org.quantlib

Class Matrix

  • All Implemented Interfaces:
    AutoCloseable, org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable

    public class Matrix
    extends Object
    implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
    • Field Detail

    • Constructor Detail

      • Matrix

        protected Matrix​(long cPtr,
                         boolean cMemoryOwn)
      • Matrix

        public Matrix​(long rows,
                      long columns,
                      double fill)
      • Matrix

        public Matrix​(long rows,
                      long columns)