001/* ----------------------------------------------------------------------------
002 * This file was automatically generated by SWIG (https://www.swig.org).
003 * Version 4.1.1
004 *
005 * Do not make changes to this file unless you know what you are doing - modify
006 * the SWIG interface file instead.
007 * ----------------------------------------------------------------------------- */
008
009package org.quantlib;
010
011public class SWIGTYPE_p_MatrixMultiplicationProxy {
012  private transient long swigCPtr;
013
014  protected SWIGTYPE_p_MatrixMultiplicationProxy(long cPtr, @SuppressWarnings("unused") boolean futureUse) {
015    swigCPtr = cPtr;
016  }
017
018  protected SWIGTYPE_p_MatrixMultiplicationProxy() {
019    swigCPtr = 0;
020  }
021
022  protected static long getCPtr(SWIGTYPE_p_MatrixMultiplicationProxy obj) {
023    return (obj == null) ? 0 : obj.swigCPtr;
024  }
025
026  protected static long swigRelease(SWIGTYPE_p_MatrixMultiplicationProxy obj) {
027    return (obj == null) ? 0 : obj.swigCPtr;
028  }
029}
030