Example #1
0
 private MKL_Complex8(global::IntelMKL.MKL_Complex8.__Internal native, bool skipVTables = false)
     : this()
 {
     __instance = native;
 }
Example #2
0
 internal static global::IntelMKL.MKL_Complex8 __CreateInstance(global::IntelMKL.MKL_Complex8.__Internal native, bool skipVTables = false)
 {
     return(new global::IntelMKL.MKL_Complex8(native, skipVTables));
 }