UNPKG

53.7 kBJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.matrix = exports.SparseMatrix = exports.isNegative = exports.SQRT2 = exports.random = exports.combinationsWithRep = exports.sin = exports.csc = exports.cos = exports.asinh = exports.acsch = exports.acosh = exports.bin = exports.mode = exports.getMatrixDataType = exports.conj = exports.sqrt = exports.log2 = exports.exp = exports.addScalar = exports.unaryMinus = exports.fraction = exports.string = exports.typeOf = exports.hasNumericValue = exports.clone = exports.LN2 = exports.randomInt = exports.pickRandom = exports.combinations = exports.tanh = exports.sinh = exports.sech = exports.csch = exports.coth = exports.cosh = exports.atanh = exports.atan = exports.asin = exports.asec = exports.acsc = exports.acot = exports.acos = exports.isPrime = exports.print = exports.oct = exports.format = exports.erf = exports.map = exports.forEach = exports.filter = exports.not = exports.im = exports.arg = exports.bitNot = exports.square = exports.sign = exports.multiplyScalar = exports.log10 = exports.expm1 = exports.cube = exports.apply = exports.unaryPlus = exports.splitUnit = exports.complex = exports["boolean"] = exports.number = exports.equalScalar = exports.isNaN = exports.isPositive = exports.isNumeric = exports.isInteger = exports.typed = exports.phi = exports.DenseMatrix = exports.version = exports.LOG2E = exports._Infinity = exports.e = exports.Fraction = exports.weakMixingAngle = exports.sackurTetrode = exports.fineStructure = exports.efimovFactor = exports.tau = exports.SQRT1_2 = exports.pi = exports._NaN = exports.LOG10E = exports.LN10 = exports.i = exports.replacer = exports.Matrix = exports.BigNumber = exports._true = exports._null = exports._false = exports.Range = exports.Complex = exports.ResultSet = void 0;
7exports.Spa = exports.lsolveAll = exports.lsolve = exports.nthRoots = exports.divideScalar = exports.xor = exports.setIsSubset = exports.deepEqual = exports.ctranspose = exports.diff = exports.column = exports.fix = exports.setSymDifference = exports.setCartesian = exports.max = exports.equal = exports.prod = exports.row = exports.range = exports.cross = exports.subtract = exports.ceil = exports.permutations = exports.factorial = exports.sum = exports.index = exports.setPowerset = exports.setDistinct = exports.cot = exports.min = exports.sort = exports.smallerEq = exports.and = exports.numeric = exports.transpose = exports.kron = exports.bitOr = exports.lcm = exports.bignumber = exports.gamma = exports.quantileSeq = exports.trace = exports.setSize = exports.setMultiplicity = exports.setIntersect = exports.setDifference = exports.tan = exports.asech = exports.Index = exports.partitionSelect = exports.largerEq = exports.equalText = exports.compareNatural = exports.rightArithShift = exports.dotPow = exports.pow = exports.to = exports.squeeze = exports.resize = exports.flatten = exports.re = exports.dotMultiply = exports.multiply = exports.floor = exports.abs = exports.isZero = exports.composition = exports.dot = exports.add = exports.sec = exports.atan2 = exports.acoth = exports.sparse = exports.FibonacciHeap = exports.ImmutableDenseMatrix = exports.unequal = exports.larger = exports.smaller = exports.compareText = exports.compare = exports.rightLogShift = exports.leftShift = exports.round = exports.hex = exports.zeros = exports.subset = exports.size = exports.reshape = exports.ones = exports.identity = exports.diag = exports.concat = exports.or = exports.bitXor = exports.bitAnd = exports.xgcd = exports.nthRoot = exports.mod = exports.gcd = exports.cbrt = void 0;
8exports.planckConstant = exports.gasConstant = exports.unit = exports.rydberg = exports.magneticFluxQuantum = exports.coulomb = exports.mad = exports.rotate = exports.thomsonCrossSection = exports.planckTime = exports.molarVolume = exports.inverseConductanceQuantum = exports.elementaryCharge = exports.bohrRadius = exports.median = exports.rotationMatrix = exports.wienDisplacement = exports.speedOfLight = exports.quantumOfCirculation = exports.planckMass = exports.nuclearMagneton = exports.molarMassC12 = exports.loschmidt = exports.gravity = exports.fermiCoupling = exports.electricConstant = exports.classicalElectronRadius = exports.avogadro = exports.multinomial = exports.sqrtm = exports.lusolve = exports.norm = exports.usolve = exports.vacuumImpedance = exports.stefanBoltzmann = exports.secondRadiation = exports.reducedPlanckConstant = exports.protonMass = exports.planckTemperature = exports.planckLength = exports.planckCharge = exports.neutronMass = exports.molarPlanckConstant = exports.molarMass = exports.magneticConstant = exports.klitzing = exports.hartreeEnergy = exports.gravitationConstant = exports.firstRadiation = exports.faraday = exports.electronMass = exports.deuteronMass = exports.conductanceQuantum = exports.boltzmann = exports.bohrMagneton = exports.atomicMass = exports.std = exports.intersect = exports.eigs = exports.createUnit = exports.Unit = exports.log1p = exports.bellNumbers = exports.kldivergence = exports.variance = exports.mean = exports.divide = exports.expm = exports.inv = exports.qr = exports.hypot = exports.usolveAll = exports.dotDivide = exports.log = exports.count = exports.catalan = exports.stirlingS2 = exports.distance = exports.det = exports.slu = exports.lup = exports.setUnion = void 0;
9
10var _configReadonly = require("./configReadonly.js");
11
12var _factoriesAny = require("../factoriesAny.js");
13
14/**
15 * THIS FILE IS AUTO-GENERATED
16 * DON'T MAKE CHANGES HERE
17 */
18var ResultSet = /* #__PURE__ */(0, _factoriesAny.createResultSet)({});
19exports.ResultSet = ResultSet;
20var Complex = /* #__PURE__ */(0, _factoriesAny.createComplexClass)({});
21exports.Complex = Complex;
22var Range = /* #__PURE__ */(0, _factoriesAny.createRangeClass)({});
23exports.Range = Range;
24
25var _false = /* #__PURE__ */(0, _factoriesAny.createFalse)({});
26
27exports._false = _false;
28
29var _null = /* #__PURE__ */(0, _factoriesAny.createNull)({});
30
31exports._null = _null;
32
33var _true = /* #__PURE__ */(0, _factoriesAny.createTrue)({});
34
35exports._true = _true;
36var BigNumber = /* #__PURE__ */(0, _factoriesAny.createBigNumberClass)({
37 config: _configReadonly.config
38});
39exports.BigNumber = BigNumber;
40var Matrix = /* #__PURE__ */(0, _factoriesAny.createMatrixClass)({});
41exports.Matrix = Matrix;
42var replacer = /* #__PURE__ */(0, _factoriesAny.createReplacer)({});
43exports.replacer = replacer;
44var i = /* #__PURE__ */(0, _factoriesAny.createI)({
45 Complex: Complex
46});
47exports.i = i;
48var LN10 = /* #__PURE__ */(0, _factoriesAny.createLN10)({
49 BigNumber: BigNumber,
50 config: _configReadonly.config
51});
52exports.LN10 = LN10;
53var LOG10E = /* #__PURE__ */(0, _factoriesAny.createLOG10E)({
54 BigNumber: BigNumber,
55 config: _configReadonly.config
56});
57exports.LOG10E = LOG10E;
58
59var _NaN = /* #__PURE__ */(0, _factoriesAny.createNaN)({
60 BigNumber: BigNumber,
61 config: _configReadonly.config
62});
63
64exports._NaN = _NaN;
65var pi = /* #__PURE__ */(0, _factoriesAny.createPi)({
66 BigNumber: BigNumber,
67 config: _configReadonly.config
68});
69exports.pi = pi;
70var SQRT1_2 = /* #__PURE__ */(0, _factoriesAny.createSQRT1_2)({
71 BigNumber: BigNumber,
72 config: _configReadonly.config
73});
74exports.SQRT1_2 = SQRT1_2;
75var tau = /* #__PURE__ */(0, _factoriesAny.createTau)({
76 BigNumber: BigNumber,
77 config: _configReadonly.config
78});
79exports.tau = tau;
80var efimovFactor = /* #__PURE__ */(0, _factoriesAny.createEfimovFactor)({
81 BigNumber: BigNumber,
82 config: _configReadonly.config
83});
84exports.efimovFactor = efimovFactor;
85var fineStructure = /* #__PURE__ */(0, _factoriesAny.createFineStructure)({
86 BigNumber: BigNumber,
87 config: _configReadonly.config
88});
89exports.fineStructure = fineStructure;
90var sackurTetrode = /* #__PURE__ */(0, _factoriesAny.createSackurTetrode)({
91 BigNumber: BigNumber,
92 config: _configReadonly.config
93});
94exports.sackurTetrode = sackurTetrode;
95var weakMixingAngle = /* #__PURE__ */(0, _factoriesAny.createWeakMixingAngle)({
96 BigNumber: BigNumber,
97 config: _configReadonly.config
98});
99exports.weakMixingAngle = weakMixingAngle;
100var Fraction = /* #__PURE__ */(0, _factoriesAny.createFractionClass)({});
101exports.Fraction = Fraction;
102var e = /* #__PURE__ */(0, _factoriesAny.createE)({
103 BigNumber: BigNumber,
104 config: _configReadonly.config
105});
106exports.e = e;
107
108var _Infinity = /* #__PURE__ */(0, _factoriesAny.createInfinity)({
109 BigNumber: BigNumber,
110 config: _configReadonly.config
111});
112
113exports._Infinity = _Infinity;
114var LOG2E = /* #__PURE__ */(0, _factoriesAny.createLOG2E)({
115 BigNumber: BigNumber,
116 config: _configReadonly.config
117});
118exports.LOG2E = LOG2E;
119var version = /* #__PURE__ */(0, _factoriesAny.createVersion)({});
120exports.version = version;
121var DenseMatrix = /* #__PURE__ */(0, _factoriesAny.createDenseMatrixClass)({
122 Matrix: Matrix
123});
124exports.DenseMatrix = DenseMatrix;
125var phi = /* #__PURE__ */(0, _factoriesAny.createPhi)({
126 BigNumber: BigNumber,
127 config: _configReadonly.config
128});
129exports.phi = phi;
130var typed = /* #__PURE__ */(0, _factoriesAny.createTyped)({
131 BigNumber: BigNumber,
132 Complex: Complex,
133 DenseMatrix: DenseMatrix,
134 Fraction: Fraction
135});
136exports.typed = typed;
137var isInteger = /* #__PURE__ */(0, _factoriesAny.createIsInteger)({
138 typed: typed
139});
140exports.isInteger = isInteger;
141var isNumeric = /* #__PURE__ */(0, _factoriesAny.createIsNumeric)({
142 typed: typed
143});
144exports.isNumeric = isNumeric;
145var isPositive = /* #__PURE__ */(0, _factoriesAny.createIsPositive)({
146 typed: typed
147});
148exports.isPositive = isPositive;
149var isNaN = /* #__PURE__ */(0, _factoriesAny.createIsNaN)({
150 typed: typed
151});
152exports.isNaN = isNaN;
153var equalScalar = /* #__PURE__ */(0, _factoriesAny.createEqualScalar)({
154 config: _configReadonly.config,
155 typed: typed
156});
157exports.equalScalar = equalScalar;
158var number = /* #__PURE__ */(0, _factoriesAny.createNumber)({
159 typed: typed
160});
161exports.number = number;
162
163var _boolean = /* #__PURE__ */(0, _factoriesAny.createBoolean)({
164 typed: typed
165});
166
167exports["boolean"] = _boolean;
168var complex = /* #__PURE__ */(0, _factoriesAny.createComplex)({
169 Complex: Complex,
170 typed: typed
171});
172exports.complex = complex;
173var splitUnit = /* #__PURE__ */(0, _factoriesAny.createSplitUnit)({
174 typed: typed
175});
176exports.splitUnit = splitUnit;
177var unaryPlus = /* #__PURE__ */(0, _factoriesAny.createUnaryPlus)({
178 BigNumber: BigNumber,
179 config: _configReadonly.config,
180 typed: typed
181});
182exports.unaryPlus = unaryPlus;
183var apply = /* #__PURE__ */(0, _factoriesAny.createApply)({
184 isInteger: isInteger,
185 typed: typed
186});
187exports.apply = apply;
188var cube = /* #__PURE__ */(0, _factoriesAny.createCube)({
189 typed: typed
190});
191exports.cube = cube;
192var expm1 = /* #__PURE__ */(0, _factoriesAny.createExpm1)({
193 Complex: Complex,
194 typed: typed
195});
196exports.expm1 = expm1;
197var log10 = /* #__PURE__ */(0, _factoriesAny.createLog10)({
198 Complex: Complex,
199 config: _configReadonly.config,
200 typed: typed
201});
202exports.log10 = log10;
203var multiplyScalar = /* #__PURE__ */(0, _factoriesAny.createMultiplyScalar)({
204 typed: typed
205});
206exports.multiplyScalar = multiplyScalar;
207var sign = /* #__PURE__ */(0, _factoriesAny.createSign)({
208 BigNumber: BigNumber,
209 Fraction: Fraction,
210 complex: complex,
211 typed: typed
212});
213exports.sign = sign;
214var square = /* #__PURE__ */(0, _factoriesAny.createSquare)({
215 typed: typed
216});
217exports.square = square;
218var bitNot = /* #__PURE__ */(0, _factoriesAny.createBitNot)({
219 typed: typed
220});
221exports.bitNot = bitNot;
222var arg = /* #__PURE__ */(0, _factoriesAny.createArg)({
223 typed: typed
224});
225exports.arg = arg;
226var im = /* #__PURE__ */(0, _factoriesAny.createIm)({
227 typed: typed
228});
229exports.im = im;
230var not = /* #__PURE__ */(0, _factoriesAny.createNot)({
231 typed: typed
232});
233exports.not = not;
234var filter = /* #__PURE__ */(0, _factoriesAny.createFilter)({
235 typed: typed
236});
237exports.filter = filter;
238var forEach = /* #__PURE__ */(0, _factoriesAny.createForEach)({
239 typed: typed
240});
241exports.forEach = forEach;
242var map = /* #__PURE__ */(0, _factoriesAny.createMap)({
243 typed: typed
244});
245exports.map = map;
246var erf = /* #__PURE__ */(0, _factoriesAny.createErf)({
247 typed: typed
248});
249exports.erf = erf;
250var format = /* #__PURE__ */(0, _factoriesAny.createFormat)({
251 typed: typed
252});
253exports.format = format;
254var oct = /* #__PURE__ */(0, _factoriesAny.createOct)({
255 format: format,
256 typed: typed
257});
258exports.oct = oct;
259var print = /* #__PURE__ */(0, _factoriesAny.createPrint)({
260 typed: typed
261});
262exports.print = print;
263var isPrime = /* #__PURE__ */(0, _factoriesAny.createIsPrime)({
264 typed: typed
265});
266exports.isPrime = isPrime;
267var acos = /* #__PURE__ */(0, _factoriesAny.createAcos)({
268 Complex: Complex,
269 config: _configReadonly.config,
270 typed: typed
271});
272exports.acos = acos;
273var acot = /* #__PURE__ */(0, _factoriesAny.createAcot)({
274 BigNumber: BigNumber,
275 typed: typed
276});
277exports.acot = acot;
278var acsc = /* #__PURE__ */(0, _factoriesAny.createAcsc)({
279 BigNumber: BigNumber,
280 Complex: Complex,
281 config: _configReadonly.config,
282 typed: typed
283});
284exports.acsc = acsc;
285var asec = /* #__PURE__ */(0, _factoriesAny.createAsec)({
286 BigNumber: BigNumber,
287 Complex: Complex,
288 config: _configReadonly.config,
289 typed: typed
290});
291exports.asec = asec;
292var asin = /* #__PURE__ */(0, _factoriesAny.createAsin)({
293 Complex: Complex,
294 config: _configReadonly.config,
295 typed: typed
296});
297exports.asin = asin;
298var atan = /* #__PURE__ */(0, _factoriesAny.createAtan)({
299 typed: typed
300});
301exports.atan = atan;
302var atanh = /* #__PURE__ */(0, _factoriesAny.createAtanh)({
303 Complex: Complex,
304 config: _configReadonly.config,
305 typed: typed
306});
307exports.atanh = atanh;
308var cosh = /* #__PURE__ */(0, _factoriesAny.createCosh)({
309 typed: typed
310});
311exports.cosh = cosh;
312var coth = /* #__PURE__ */(0, _factoriesAny.createCoth)({
313 BigNumber: BigNumber,
314 typed: typed
315});
316exports.coth = coth;
317var csch = /* #__PURE__ */(0, _factoriesAny.createCsch)({
318 BigNumber: BigNumber,
319 typed: typed
320});
321exports.csch = csch;
322var sech = /* #__PURE__ */(0, _factoriesAny.createSech)({
323 BigNumber: BigNumber,
324 typed: typed
325});
326exports.sech = sech;
327var sinh = /* #__PURE__ */(0, _factoriesAny.createSinh)({
328 typed: typed
329});
330exports.sinh = sinh;
331var tanh = /* #__PURE__ */(0, _factoriesAny.createTanh)({
332 typed: typed
333});
334exports.tanh = tanh;
335var combinations = /* #__PURE__ */(0, _factoriesAny.createCombinations)({
336 typed: typed
337});
338exports.combinations = combinations;
339var pickRandom = /* #__PURE__ */(0, _factoriesAny.createPickRandom)({
340 config: _configReadonly.config,
341 typed: typed
342});
343exports.pickRandom = pickRandom;
344var randomInt = /* #__PURE__ */(0, _factoriesAny.createRandomInt)({
345 config: _configReadonly.config,
346 typed: typed
347});
348exports.randomInt = randomInt;
349var LN2 = /* #__PURE__ */(0, _factoriesAny.createLN2)({
350 BigNumber: BigNumber,
351 config: _configReadonly.config
352});
353exports.LN2 = LN2;
354var clone = /* #__PURE__ */(0, _factoriesAny.createClone)({
355 typed: typed
356});
357exports.clone = clone;
358var hasNumericValue = /* #__PURE__ */(0, _factoriesAny.createHasNumericValue)({
359 isNumeric: isNumeric,
360 typed: typed
361});
362exports.hasNumericValue = hasNumericValue;
363var typeOf = /* #__PURE__ */(0, _factoriesAny.createTypeOf)({
364 typed: typed
365});
366exports.typeOf = typeOf;
367var string = /* #__PURE__ */(0, _factoriesAny.createString)({
368 typed: typed
369});
370exports.string = string;
371var fraction = /* #__PURE__ */(0, _factoriesAny.createFraction)({
372 Fraction: Fraction,
373 typed: typed
374});
375exports.fraction = fraction;
376var unaryMinus = /* #__PURE__ */(0, _factoriesAny.createUnaryMinus)({
377 typed: typed
378});
379exports.unaryMinus = unaryMinus;
380var addScalar = /* #__PURE__ */(0, _factoriesAny.createAddScalar)({
381 typed: typed
382});
383exports.addScalar = addScalar;
384var exp = /* #__PURE__ */(0, _factoriesAny.createExp)({
385 typed: typed
386});
387exports.exp = exp;
388var log2 = /* #__PURE__ */(0, _factoriesAny.createLog2)({
389 Complex: Complex,
390 config: _configReadonly.config,
391 typed: typed
392});
393exports.log2 = log2;
394var sqrt = /* #__PURE__ */(0, _factoriesAny.createSqrt)({
395 Complex: Complex,
396 config: _configReadonly.config,
397 typed: typed
398});
399exports.sqrt = sqrt;
400var conj = /* #__PURE__ */(0, _factoriesAny.createConj)({
401 typed: typed
402});
403exports.conj = conj;
404var getMatrixDataType = /* #__PURE__ */(0, _factoriesAny.createGetMatrixDataType)({
405 typed: typed
406});
407exports.getMatrixDataType = getMatrixDataType;
408var mode = /* #__PURE__ */(0, _factoriesAny.createMode)({
409 isNaN: isNaN,
410 isNumeric: isNumeric,
411 typed: typed
412});
413exports.mode = mode;
414var bin = /* #__PURE__ */(0, _factoriesAny.createBin)({
415 format: format,
416 typed: typed
417});
418exports.bin = bin;
419var acosh = /* #__PURE__ */(0, _factoriesAny.createAcosh)({
420 Complex: Complex,
421 config: _configReadonly.config,
422 typed: typed
423});
424exports.acosh = acosh;
425var acsch = /* #__PURE__ */(0, _factoriesAny.createAcsch)({
426 BigNumber: BigNumber,
427 typed: typed
428});
429exports.acsch = acsch;
430var asinh = /* #__PURE__ */(0, _factoriesAny.createAsinh)({
431 typed: typed
432});
433exports.asinh = asinh;
434var cos = /* #__PURE__ */(0, _factoriesAny.createCos)({
435 typed: typed
436});
437exports.cos = cos;
438var csc = /* #__PURE__ */(0, _factoriesAny.createCsc)({
439 BigNumber: BigNumber,
440 typed: typed
441});
442exports.csc = csc;
443var sin = /* #__PURE__ */(0, _factoriesAny.createSin)({
444 typed: typed
445});
446exports.sin = sin;
447var combinationsWithRep = /* #__PURE__ */(0, _factoriesAny.createCombinationsWithRep)({
448 typed: typed
449});
450exports.combinationsWithRep = combinationsWithRep;
451var random = /* #__PURE__ */(0, _factoriesAny.createRandom)({
452 config: _configReadonly.config,
453 typed: typed
454});
455exports.random = random;
456var SQRT2 = /* #__PURE__ */(0, _factoriesAny.createSQRT2)({
457 BigNumber: BigNumber,
458 config: _configReadonly.config
459});
460exports.SQRT2 = SQRT2;
461var isNegative = /* #__PURE__ */(0, _factoriesAny.createIsNegative)({
462 typed: typed
463});
464exports.isNegative = isNegative;
465var SparseMatrix = /* #__PURE__ */(0, _factoriesAny.createSparseMatrixClass)({
466 Matrix: Matrix,
467 equalScalar: equalScalar,
468 typed: typed
469});
470exports.SparseMatrix = SparseMatrix;
471var matrix = /* #__PURE__ */(0, _factoriesAny.createMatrix)({
472 DenseMatrix: DenseMatrix,
473 Matrix: Matrix,
474 SparseMatrix: SparseMatrix,
475 typed: typed
476});
477exports.matrix = matrix;
478var cbrt = /* #__PURE__ */(0, _factoriesAny.createCbrt)({
479 BigNumber: BigNumber,
480 Complex: Complex,
481 Fraction: Fraction,
482 config: _configReadonly.config,
483 isNegative: isNegative,
484 matrix: matrix,
485 typed: typed,
486 unaryMinus: unaryMinus
487});
488exports.cbrt = cbrt;
489var gcd = /* #__PURE__ */(0, _factoriesAny.createGcd)({
490 BigNumber: BigNumber,
491 DenseMatrix: DenseMatrix,
492 equalScalar: equalScalar,
493 matrix: matrix,
494 typed: typed
495});
496exports.gcd = gcd;
497var mod = /* #__PURE__ */(0, _factoriesAny.createMod)({
498 DenseMatrix: DenseMatrix,
499 equalScalar: equalScalar,
500 matrix: matrix,
501 typed: typed
502});
503exports.mod = mod;
504var nthRoot = /* #__PURE__ */(0, _factoriesAny.createNthRoot)({
505 BigNumber: BigNumber,
506 equalScalar: equalScalar,
507 matrix: matrix,
508 typed: typed
509});
510exports.nthRoot = nthRoot;
511var xgcd = /* #__PURE__ */(0, _factoriesAny.createXgcd)({
512 BigNumber: BigNumber,
513 config: _configReadonly.config,
514 matrix: matrix,
515 typed: typed
516});
517exports.xgcd = xgcd;
518var bitAnd = /* #__PURE__ */(0, _factoriesAny.createBitAnd)({
519 equalScalar: equalScalar,
520 matrix: matrix,
521 typed: typed
522});
523exports.bitAnd = bitAnd;
524var bitXor = /* #__PURE__ */(0, _factoriesAny.createBitXor)({
525 DenseMatrix: DenseMatrix,
526 matrix: matrix,
527 typed: typed
528});
529exports.bitXor = bitXor;
530var or = /* #__PURE__ */(0, _factoriesAny.createOr)({
531 DenseMatrix: DenseMatrix,
532 equalScalar: equalScalar,
533 matrix: matrix,
534 typed: typed
535});
536exports.or = or;
537var concat = /* #__PURE__ */(0, _factoriesAny.createConcat)({
538 isInteger: isInteger,
539 matrix: matrix,
540 typed: typed
541});
542exports.concat = concat;
543var diag = /* #__PURE__ */(0, _factoriesAny.createDiag)({
544 DenseMatrix: DenseMatrix,
545 SparseMatrix: SparseMatrix,
546 matrix: matrix,
547 typed: typed
548});
549exports.diag = diag;
550var identity = /* #__PURE__ */(0, _factoriesAny.createIdentity)({
551 BigNumber: BigNumber,
552 DenseMatrix: DenseMatrix,
553 SparseMatrix: SparseMatrix,
554 config: _configReadonly.config,
555 matrix: matrix,
556 typed: typed
557});
558exports.identity = identity;
559var ones = /* #__PURE__ */(0, _factoriesAny.createOnes)({
560 BigNumber: BigNumber,
561 config: _configReadonly.config,
562 matrix: matrix,
563 typed: typed
564});
565exports.ones = ones;
566var reshape = /* #__PURE__ */(0, _factoriesAny.createReshape)({
567 isInteger: isInteger,
568 matrix: matrix,
569 typed: typed
570});
571exports.reshape = reshape;
572var size = /* #__PURE__ */(0, _factoriesAny.createSize)({
573 matrix: matrix,
574 config: _configReadonly.config,
575 typed: typed
576});
577exports.size = size;
578var subset = /* #__PURE__ */(0, _factoriesAny.createSubset)({
579 matrix: matrix,
580 typed: typed
581});
582exports.subset = subset;
583var zeros = /* #__PURE__ */(0, _factoriesAny.createZeros)({
584 BigNumber: BigNumber,
585 config: _configReadonly.config,
586 matrix: matrix,
587 typed: typed
588});
589exports.zeros = zeros;
590var hex = /* #__PURE__ */(0, _factoriesAny.createHex)({
591 format: format,
592 typed: typed
593});
594exports.hex = hex;
595var round = /* #__PURE__ */(0, _factoriesAny.createRound)({
596 BigNumber: BigNumber,
597 DenseMatrix: DenseMatrix,
598 equalScalar: equalScalar,
599 matrix: matrix,
600 typed: typed,
601 zeros: zeros
602});
603exports.round = round;
604var leftShift = /* #__PURE__ */(0, _factoriesAny.createLeftShift)({
605 DenseMatrix: DenseMatrix,
606 equalScalar: equalScalar,
607 matrix: matrix,
608 typed: typed,
609 zeros: zeros
610});
611exports.leftShift = leftShift;
612var rightLogShift = /* #__PURE__ */(0, _factoriesAny.createRightLogShift)({
613 DenseMatrix: DenseMatrix,
614 equalScalar: equalScalar,
615 matrix: matrix,
616 typed: typed,
617 zeros: zeros
618});
619exports.rightLogShift = rightLogShift;
620var compare = /* #__PURE__ */(0, _factoriesAny.createCompare)({
621 BigNumber: BigNumber,
622 DenseMatrix: DenseMatrix,
623 Fraction: Fraction,
624 config: _configReadonly.config,
625 equalScalar: equalScalar,
626 matrix: matrix,
627 typed: typed
628});
629exports.compare = compare;
630var compareText = /* #__PURE__ */(0, _factoriesAny.createCompareText)({
631 matrix: matrix,
632 typed: typed
633});
634exports.compareText = compareText;
635var smaller = /* #__PURE__ */(0, _factoriesAny.createSmaller)({
636 DenseMatrix: DenseMatrix,
637 config: _configReadonly.config,
638 matrix: matrix,
639 typed: typed
640});
641exports.smaller = smaller;
642var larger = /* #__PURE__ */(0, _factoriesAny.createLarger)({
643 DenseMatrix: DenseMatrix,
644 config: _configReadonly.config,
645 matrix: matrix,
646 typed: typed
647});
648exports.larger = larger;
649var unequal = /* #__PURE__ */(0, _factoriesAny.createUnequal)({
650 DenseMatrix: DenseMatrix,
651 config: _configReadonly.config,
652 equalScalar: equalScalar,
653 matrix: matrix,
654 typed: typed
655});
656exports.unequal = unequal;
657var ImmutableDenseMatrix = /* #__PURE__ */(0, _factoriesAny.createImmutableDenseMatrixClass)({
658 DenseMatrix: DenseMatrix,
659 smaller: smaller
660});
661exports.ImmutableDenseMatrix = ImmutableDenseMatrix;
662var FibonacciHeap = /* #__PURE__ */(0, _factoriesAny.createFibonacciHeapClass)({
663 larger: larger,
664 smaller: smaller
665});
666exports.FibonacciHeap = FibonacciHeap;
667var sparse = /* #__PURE__ */(0, _factoriesAny.createSparse)({
668 SparseMatrix: SparseMatrix,
669 typed: typed
670});
671exports.sparse = sparse;
672var acoth = /* #__PURE__ */(0, _factoriesAny.createAcoth)({
673 BigNumber: BigNumber,
674 Complex: Complex,
675 config: _configReadonly.config,
676 typed: typed
677});
678exports.acoth = acoth;
679var atan2 = /* #__PURE__ */(0, _factoriesAny.createAtan2)({
680 BigNumber: BigNumber,
681 DenseMatrix: DenseMatrix,
682 equalScalar: equalScalar,
683 matrix: matrix,
684 typed: typed
685});
686exports.atan2 = atan2;
687var sec = /* #__PURE__ */(0, _factoriesAny.createSec)({
688 BigNumber: BigNumber,
689 typed: typed
690});
691exports.sec = sec;
692var add = /* #__PURE__ */(0, _factoriesAny.createAdd)({
693 DenseMatrix: DenseMatrix,
694 SparseMatrix: SparseMatrix,
695 addScalar: addScalar,
696 equalScalar: equalScalar,
697 matrix: matrix,
698 typed: typed
699});
700exports.add = add;
701var dot = /* #__PURE__ */(0, _factoriesAny.createDot)({
702 addScalar: addScalar,
703 conj: conj,
704 multiplyScalar: multiplyScalar,
705 size: size,
706 typed: typed
707});
708exports.dot = dot;
709var composition = /* #__PURE__ */(0, _factoriesAny.createComposition)({
710 addScalar: addScalar,
711 combinations: combinations,
712 isInteger: isInteger,
713 isNegative: isNegative,
714 isPositive: isPositive,
715 larger: larger,
716 typed: typed
717});
718exports.composition = composition;
719var isZero = /* #__PURE__ */(0, _factoriesAny.createIsZero)({
720 typed: typed
721});
722exports.isZero = isZero;
723var abs = /* #__PURE__ */(0, _factoriesAny.createAbs)({
724 typed: typed
725});
726exports.abs = abs;
727var floor = /* #__PURE__ */(0, _factoriesAny.createFloor)({
728 config: _configReadonly.config,
729 equalScalar: equalScalar,
730 matrix: matrix,
731 round: round,
732 typed: typed
733});
734exports.floor = floor;
735var multiply = /* #__PURE__ */(0, _factoriesAny.createMultiply)({
736 addScalar: addScalar,
737 dot: dot,
738 equalScalar: equalScalar,
739 matrix: matrix,
740 multiplyScalar: multiplyScalar,
741 typed: typed
742});
743exports.multiply = multiply;
744var dotMultiply = /* #__PURE__ */(0, _factoriesAny.createDotMultiply)({
745 equalScalar: equalScalar,
746 matrix: matrix,
747 multiplyScalar: multiplyScalar,
748 typed: typed
749});
750exports.dotMultiply = dotMultiply;
751var re = /* #__PURE__ */(0, _factoriesAny.createRe)({
752 typed: typed
753});
754exports.re = re;
755var flatten = /* #__PURE__ */(0, _factoriesAny.createFlatten)({
756 matrix: matrix,
757 typed: typed
758});
759exports.flatten = flatten;
760var resize = /* #__PURE__ */(0, _factoriesAny.createResize)({
761 config: _configReadonly.config,
762 matrix: matrix
763});
764exports.resize = resize;
765var squeeze = /* #__PURE__ */(0, _factoriesAny.createSqueeze)({
766 matrix: matrix,
767 typed: typed
768});
769exports.squeeze = squeeze;
770var to = /* #__PURE__ */(0, _factoriesAny.createTo)({
771 matrix: matrix,
772 typed: typed
773});
774exports.to = to;
775var pow = /* #__PURE__ */(0, _factoriesAny.createPow)({
776 Complex: Complex,
777 config: _configReadonly.config,
778 fraction: fraction,
779 identity: identity,
780 matrix: matrix,
781 multiply: multiply,
782 number: number,
783 typed: typed
784});
785exports.pow = pow;
786var dotPow = /* #__PURE__ */(0, _factoriesAny.createDotPow)({
787 DenseMatrix: DenseMatrix,
788 equalScalar: equalScalar,
789 matrix: matrix,
790 pow: pow,
791 typed: typed
792});
793exports.dotPow = dotPow;
794var rightArithShift = /* #__PURE__ */(0, _factoriesAny.createRightArithShift)({
795 DenseMatrix: DenseMatrix,
796 equalScalar: equalScalar,
797 matrix: matrix,
798 typed: typed,
799 zeros: zeros
800});
801exports.rightArithShift = rightArithShift;
802var compareNatural = /* #__PURE__ */(0, _factoriesAny.createCompareNatural)({
803 compare: compare,
804 typed: typed
805});
806exports.compareNatural = compareNatural;
807var equalText = /* #__PURE__ */(0, _factoriesAny.createEqualText)({
808 compareText: compareText,
809 isZero: isZero,
810 typed: typed
811});
812exports.equalText = equalText;
813var largerEq = /* #__PURE__ */(0, _factoriesAny.createLargerEq)({
814 DenseMatrix: DenseMatrix,
815 config: _configReadonly.config,
816 matrix: matrix,
817 typed: typed
818});
819exports.largerEq = largerEq;
820var partitionSelect = /* #__PURE__ */(0, _factoriesAny.createPartitionSelect)({
821 compare: compare,
822 isNaN: isNaN,
823 isNumeric: isNumeric,
824 typed: typed
825});
826exports.partitionSelect = partitionSelect;
827var Index = /* #__PURE__ */(0, _factoriesAny.createIndexClass)({
828 ImmutableDenseMatrix: ImmutableDenseMatrix
829});
830exports.Index = Index;
831var asech = /* #__PURE__ */(0, _factoriesAny.createAsech)({
832 BigNumber: BigNumber,
833 Complex: Complex,
834 config: _configReadonly.config,
835 typed: typed
836});
837exports.asech = asech;
838var tan = /* #__PURE__ */(0, _factoriesAny.createTan)({
839 typed: typed
840});
841exports.tan = tan;
842var setDifference = /* #__PURE__ */(0, _factoriesAny.createSetDifference)({
843 DenseMatrix: DenseMatrix,
844 Index: Index,
845 compareNatural: compareNatural,
846 size: size,
847 subset: subset,
848 typed: typed
849});
850exports.setDifference = setDifference;
851var setIntersect = /* #__PURE__ */(0, _factoriesAny.createSetIntersect)({
852 DenseMatrix: DenseMatrix,
853 Index: Index,
854 compareNatural: compareNatural,
855 size: size,
856 subset: subset,
857 typed: typed
858});
859exports.setIntersect = setIntersect;
860var setMultiplicity = /* #__PURE__ */(0, _factoriesAny.createSetMultiplicity)({
861 Index: Index,
862 compareNatural: compareNatural,
863 size: size,
864 subset: subset,
865 typed: typed
866});
867exports.setMultiplicity = setMultiplicity;
868var setSize = /* #__PURE__ */(0, _factoriesAny.createSetSize)({
869 compareNatural: compareNatural,
870 typed: typed
871});
872exports.setSize = setSize;
873var trace = /* #__PURE__ */(0, _factoriesAny.createTrace)({
874 add: add,
875 matrix: matrix,
876 typed: typed
877});
878exports.trace = trace;
879var quantileSeq = /* #__PURE__ */(0, _factoriesAny.createQuantileSeq)({
880 add: add,
881 compare: compare,
882 multiply: multiply,
883 partitionSelect: partitionSelect,
884 typed: typed
885});
886exports.quantileSeq = quantileSeq;
887var gamma = /* #__PURE__ */(0, _factoriesAny.createGamma)({
888 BigNumber: BigNumber,
889 Complex: Complex,
890 config: _configReadonly.config,
891 multiplyScalar: multiplyScalar,
892 pow: pow,
893 typed: typed
894});
895exports.gamma = gamma;
896var bignumber = /* #__PURE__ */(0, _factoriesAny.createBignumber)({
897 BigNumber: BigNumber,
898 typed: typed
899});
900exports.bignumber = bignumber;
901var lcm = /* #__PURE__ */(0, _factoriesAny.createLcm)({
902 equalScalar: equalScalar,
903 matrix: matrix,
904 typed: typed
905});
906exports.lcm = lcm;
907var bitOr = /* #__PURE__ */(0, _factoriesAny.createBitOr)({
908 DenseMatrix: DenseMatrix,
909 equalScalar: equalScalar,
910 matrix: matrix,
911 typed: typed
912});
913exports.bitOr = bitOr;
914var kron = /* #__PURE__ */(0, _factoriesAny.createKron)({
915 matrix: matrix,
916 multiplyScalar: multiplyScalar,
917 typed: typed
918});
919exports.kron = kron;
920var transpose = /* #__PURE__ */(0, _factoriesAny.createTranspose)({
921 matrix: matrix,
922 typed: typed
923});
924exports.transpose = transpose;
925var numeric = /* #__PURE__ */(0, _factoriesAny.createNumeric)({
926 bignumber: bignumber,
927 fraction: fraction,
928 number: number
929});
930exports.numeric = numeric;
931var and = /* #__PURE__ */(0, _factoriesAny.createAnd)({
932 equalScalar: equalScalar,
933 matrix: matrix,
934 not: not,
935 typed: typed,
936 zeros: zeros
937});
938exports.and = and;
939var smallerEq = /* #__PURE__ */(0, _factoriesAny.createSmallerEq)({
940 DenseMatrix: DenseMatrix,
941 config: _configReadonly.config,
942 matrix: matrix,
943 typed: typed
944});
945exports.smallerEq = smallerEq;
946var sort = /* #__PURE__ */(0, _factoriesAny.createSort)({
947 compare: compare,
948 compareNatural: compareNatural,
949 matrix: matrix,
950 typed: typed
951});
952exports.sort = sort;
953var min = /* #__PURE__ */(0, _factoriesAny.createMin)({
954 config: _configReadonly.config,
955 numeric: numeric,
956 smaller: smaller,
957 typed: typed
958});
959exports.min = min;
960var cot = /* #__PURE__ */(0, _factoriesAny.createCot)({
961 BigNumber: BigNumber,
962 typed: typed
963});
964exports.cot = cot;
965var setDistinct = /* #__PURE__ */(0, _factoriesAny.createSetDistinct)({
966 DenseMatrix: DenseMatrix,
967 Index: Index,
968 compareNatural: compareNatural,
969 size: size,
970 subset: subset,
971 typed: typed
972});
973exports.setDistinct = setDistinct;
974var setPowerset = /* #__PURE__ */(0, _factoriesAny.createSetPowerset)({
975 Index: Index,
976 compareNatural: compareNatural,
977 size: size,
978 subset: subset,
979 typed: typed
980});
981exports.setPowerset = setPowerset;
982var index = /* #__PURE__ */(0, _factoriesAny.createIndex)({
983 Index: Index,
984 typed: typed
985});
986exports.index = index;
987var sum = /* #__PURE__ */(0, _factoriesAny.createSum)({
988 add: add,
989 config: _configReadonly.config,
990 numeric: numeric,
991 typed: typed
992});
993exports.sum = sum;
994var factorial = /* #__PURE__ */(0, _factoriesAny.createFactorial)({
995 gamma: gamma,
996 typed: typed
997});
998exports.factorial = factorial;
999var permutations = /* #__PURE__ */(0, _factoriesAny.createPermutations)({
1000 factorial: factorial,
1001 typed: typed
1002});
1003exports.permutations = permutations;
1004var ceil = /* #__PURE__ */(0, _factoriesAny.createCeil)({
1005 config: _configReadonly.config,
1006 equalScalar: equalScalar,
1007 matrix: matrix,
1008 round: round,
1009 typed: typed
1010});
1011exports.ceil = ceil;
1012var subtract = /* #__PURE__ */(0, _factoriesAny.createSubtract)({
1013 DenseMatrix: DenseMatrix,
1014 addScalar: addScalar,
1015 equalScalar: equalScalar,
1016 matrix: matrix,
1017 typed: typed,
1018 unaryMinus: unaryMinus
1019});
1020exports.subtract = subtract;
1021var cross = /* #__PURE__ */(0, _factoriesAny.createCross)({
1022 matrix: matrix,
1023 multiply: multiply,
1024 subtract: subtract,
1025 typed: typed
1026});
1027exports.cross = cross;
1028var range = /* #__PURE__ */(0, _factoriesAny.createRange)({
1029 bignumber: bignumber,
1030 matrix: matrix,
1031 config: _configReadonly.config,
1032 larger: larger,
1033 largerEq: largerEq,
1034 smaller: smaller,
1035 smallerEq: smallerEq,
1036 typed: typed
1037});
1038exports.range = range;
1039var row = /* #__PURE__ */(0, _factoriesAny.createRow)({
1040 Index: Index,
1041 matrix: matrix,
1042 range: range,
1043 typed: typed
1044});
1045exports.row = row;
1046var prod = /* #__PURE__ */(0, _factoriesAny.createProd)({
1047 config: _configReadonly.config,
1048 multiplyScalar: multiplyScalar,
1049 numeric: numeric,
1050 typed: typed
1051});
1052exports.prod = prod;
1053var equal = /* #__PURE__ */(0, _factoriesAny.createEqual)({
1054 DenseMatrix: DenseMatrix,
1055 equalScalar: equalScalar,
1056 matrix: matrix,
1057 typed: typed
1058});
1059exports.equal = equal;
1060var max = /* #__PURE__ */(0, _factoriesAny.createMax)({
1061 config: _configReadonly.config,
1062 larger: larger,
1063 numeric: numeric,
1064 typed: typed
1065});
1066exports.max = max;
1067var setCartesian = /* #__PURE__ */(0, _factoriesAny.createSetCartesian)({
1068 DenseMatrix: DenseMatrix,
1069 Index: Index,
1070 compareNatural: compareNatural,
1071 size: size,
1072 subset: subset,
1073 typed: typed
1074});
1075exports.setCartesian = setCartesian;
1076var setSymDifference = /* #__PURE__ */(0, _factoriesAny.createSetSymDifference)({
1077 Index: Index,
1078 concat: concat,
1079 setDifference: setDifference,
1080 size: size,
1081 subset: subset,
1082 typed: typed
1083});
1084exports.setSymDifference = setSymDifference;
1085var fix = /* #__PURE__ */(0, _factoriesAny.createFix)({
1086 Complex: Complex,
1087 ceil: ceil,
1088 floor: floor,
1089 matrix: matrix,
1090 typed: typed
1091});
1092exports.fix = fix;
1093var column = /* #__PURE__ */(0, _factoriesAny.createColumn)({
1094 Index: Index,
1095 matrix: matrix,
1096 range: range,
1097 typed: typed
1098});
1099exports.column = column;
1100var diff = /* #__PURE__ */(0, _factoriesAny.createDiff)({
1101 matrix: matrix,
1102 number: number,
1103 subtract: subtract,
1104 typed: typed
1105});
1106exports.diff = diff;
1107var ctranspose = /* #__PURE__ */(0, _factoriesAny.createCtranspose)({
1108 conj: conj,
1109 transpose: transpose,
1110 typed: typed
1111});
1112exports.ctranspose = ctranspose;
1113var deepEqual = /* #__PURE__ */(0, _factoriesAny.createDeepEqual)({
1114 equal: equal,
1115 typed: typed
1116});
1117exports.deepEqual = deepEqual;
1118var setIsSubset = /* #__PURE__ */(0, _factoriesAny.createSetIsSubset)({
1119 Index: Index,
1120 compareNatural: compareNatural,
1121 size: size,
1122 subset: subset,
1123 typed: typed
1124});
1125exports.setIsSubset = setIsSubset;
1126var xor = /* #__PURE__ */(0, _factoriesAny.createXor)({
1127 DenseMatrix: DenseMatrix,
1128 matrix: matrix,
1129 typed: typed
1130});
1131exports.xor = xor;
1132var divideScalar = /* #__PURE__ */(0, _factoriesAny.createDivideScalar)({
1133 numeric: numeric,
1134 typed: typed
1135});
1136exports.divideScalar = divideScalar;
1137var nthRoots = /* #__PURE__ */(0, _factoriesAny.createNthRoots)({
1138 Complex: Complex,
1139 config: _configReadonly.config,
1140 divideScalar: divideScalar,
1141 typed: typed
1142});
1143exports.nthRoots = nthRoots;
1144var lsolve = /* #__PURE__ */(0, _factoriesAny.createLsolve)({
1145 DenseMatrix: DenseMatrix,
1146 divideScalar: divideScalar,
1147 equalScalar: equalScalar,
1148 matrix: matrix,
1149 multiplyScalar: multiplyScalar,
1150 subtract: subtract,
1151 typed: typed
1152});
1153exports.lsolve = lsolve;
1154var lsolveAll = /* #__PURE__ */(0, _factoriesAny.createLsolveAll)({
1155 DenseMatrix: DenseMatrix,
1156 divideScalar: divideScalar,
1157 equalScalar: equalScalar,
1158 matrix: matrix,
1159 multiplyScalar: multiplyScalar,
1160 subtract: subtract,
1161 typed: typed
1162});
1163exports.lsolveAll = lsolveAll;
1164var Spa = /* #__PURE__ */(0, _factoriesAny.createSpaClass)({
1165 FibonacciHeap: FibonacciHeap,
1166 addScalar: addScalar,
1167 equalScalar: equalScalar
1168});
1169exports.Spa = Spa;
1170var setUnion = /* #__PURE__ */(0, _factoriesAny.createSetUnion)({
1171 Index: Index,
1172 concat: concat,
1173 setIntersect: setIntersect,
1174 setSymDifference: setSymDifference,
1175 size: size,
1176 subset: subset,
1177 typed: typed
1178});
1179exports.setUnion = setUnion;
1180var lup = /* #__PURE__ */(0, _factoriesAny.createLup)({
1181 DenseMatrix: DenseMatrix,
1182 Spa: Spa,
1183 SparseMatrix: SparseMatrix,
1184 abs: abs,
1185 addScalar: addScalar,
1186 divideScalar: divideScalar,
1187 equalScalar: equalScalar,
1188 larger: larger,
1189 matrix: matrix,
1190 multiplyScalar: multiplyScalar,
1191 subtract: subtract,
1192 typed: typed,
1193 unaryMinus: unaryMinus
1194});
1195exports.lup = lup;
1196var slu = /* #__PURE__ */(0, _factoriesAny.createSlu)({
1197 SparseMatrix: SparseMatrix,
1198 abs: abs,
1199 add: add,
1200 divideScalar: divideScalar,
1201 larger: larger,
1202 largerEq: largerEq,
1203 multiply: multiply,
1204 subtract: subtract,
1205 transpose: transpose,
1206 typed: typed
1207});
1208exports.slu = slu;
1209var det = /* #__PURE__ */(0, _factoriesAny.createDet)({
1210 lup: lup,
1211 matrix: matrix,
1212 multiply: multiply,
1213 subtract: subtract,
1214 typed: typed,
1215 unaryMinus: unaryMinus
1216});
1217exports.det = det;
1218var distance = /* #__PURE__ */(0, _factoriesAny.createDistance)({
1219 abs: abs,
1220 addScalar: addScalar,
1221 divideScalar: divideScalar,
1222 multiplyScalar: multiplyScalar,
1223 sqrt: sqrt,
1224 subtract: subtract,
1225 typed: typed,
1226 unaryMinus: unaryMinus
1227});
1228exports.distance = distance;
1229var stirlingS2 = /* #__PURE__ */(0, _factoriesAny.createStirlingS2)({
1230 addScalar: addScalar,
1231 combinations: combinations,
1232 divideScalar: divideScalar,
1233 factorial: factorial,
1234 isInteger: isInteger,
1235 isNegative: isNegative,
1236 larger: larger,
1237 multiplyScalar: multiplyScalar,
1238 pow: pow,
1239 subtract: subtract,
1240 typed: typed
1241});
1242exports.stirlingS2 = stirlingS2;
1243var catalan = /* #__PURE__ */(0, _factoriesAny.createCatalan)({
1244 addScalar: addScalar,
1245 combinations: combinations,
1246 divideScalar: divideScalar,
1247 isInteger: isInteger,
1248 isNegative: isNegative,
1249 multiplyScalar: multiplyScalar,
1250 typed: typed
1251});
1252exports.catalan = catalan;
1253var count = /* #__PURE__ */(0, _factoriesAny.createCount)({
1254 prod: prod,
1255 size: size,
1256 typed: typed
1257});
1258exports.count = count;
1259var log = /* #__PURE__ */(0, _factoriesAny.createLog)({
1260 Complex: Complex,
1261 config: _configReadonly.config,
1262 divideScalar: divideScalar,
1263 typed: typed
1264});
1265exports.log = log;
1266var dotDivide = /* #__PURE__ */(0, _factoriesAny.createDotDivide)({
1267 DenseMatrix: DenseMatrix,
1268 divideScalar: divideScalar,
1269 equalScalar: equalScalar,
1270 matrix: matrix,
1271 typed: typed
1272});
1273exports.dotDivide = dotDivide;
1274var usolveAll = /* #__PURE__ */(0, _factoriesAny.createUsolveAll)({
1275 DenseMatrix: DenseMatrix,
1276 divideScalar: divideScalar,
1277 equalScalar: equalScalar,
1278 matrix: matrix,
1279 multiplyScalar: multiplyScalar,
1280 subtract: subtract,
1281 typed: typed
1282});
1283exports.usolveAll = usolveAll;
1284var hypot = /* #__PURE__ */(0, _factoriesAny.createHypot)({
1285 abs: abs,
1286 addScalar: addScalar,
1287 divideScalar: divideScalar,
1288 isPositive: isPositive,
1289 multiplyScalar: multiplyScalar,
1290 smaller: smaller,
1291 sqrt: sqrt,
1292 typed: typed
1293});
1294exports.hypot = hypot;
1295var qr = /* #__PURE__ */(0, _factoriesAny.createQr)({
1296 addScalar: addScalar,
1297 complex: complex,
1298 conj: conj,
1299 divideScalar: divideScalar,
1300 equal: equal,
1301 identity: identity,
1302 isZero: isZero,
1303 matrix: matrix,
1304 multiplyScalar: multiplyScalar,
1305 sign: sign,
1306 sqrt: sqrt,
1307 subtract: subtract,
1308 typed: typed,
1309 unaryMinus: unaryMinus,
1310 zeros: zeros
1311});
1312exports.qr = qr;
1313var inv = /* #__PURE__ */(0, _factoriesAny.createInv)({
1314 abs: abs,
1315 addScalar: addScalar,
1316 det: det,
1317 divideScalar: divideScalar,
1318 identity: identity,
1319 matrix: matrix,
1320 multiply: multiply,
1321 typed: typed,
1322 unaryMinus: unaryMinus
1323});
1324exports.inv = inv;
1325var expm = /* #__PURE__ */(0, _factoriesAny.createExpm)({
1326 abs: abs,
1327 add: add,
1328 identity: identity,
1329 inv: inv,
1330 multiply: multiply,
1331 typed: typed
1332});
1333exports.expm = expm;
1334var divide = /* #__PURE__ */(0, _factoriesAny.createDivide)({
1335 divideScalar: divideScalar,
1336 equalScalar: equalScalar,
1337 inv: inv,
1338 matrix: matrix,
1339 multiply: multiply,
1340 typed: typed
1341});
1342exports.divide = divide;
1343var mean = /* #__PURE__ */(0, _factoriesAny.createMean)({
1344 add: add,
1345 divide: divide,
1346 typed: typed
1347});
1348exports.mean = mean;
1349var variance = /* #__PURE__ */(0, _factoriesAny.createVariance)({
1350 add: add,
1351 apply: apply,
1352 divide: divide,
1353 isNaN: isNaN,
1354 multiply: multiply,
1355 subtract: subtract,
1356 typed: typed
1357});
1358exports.variance = variance;
1359var kldivergence = /* #__PURE__ */(0, _factoriesAny.createKldivergence)({
1360 divide: divide,
1361 dotDivide: dotDivide,
1362 isNumeric: isNumeric,
1363 log: log,
1364 matrix: matrix,
1365 multiply: multiply,
1366 sum: sum,
1367 typed: typed
1368});
1369exports.kldivergence = kldivergence;
1370var bellNumbers = /* #__PURE__ */(0, _factoriesAny.createBellNumbers)({
1371 addScalar: addScalar,
1372 isInteger: isInteger,
1373 isNegative: isNegative,
1374 stirlingS2: stirlingS2,
1375 typed: typed
1376});
1377exports.bellNumbers = bellNumbers;
1378var log1p = /* #__PURE__ */(0, _factoriesAny.createLog1p)({
1379 Complex: Complex,
1380 config: _configReadonly.config,
1381 divideScalar: divideScalar,
1382 log: log,
1383 typed: typed
1384});
1385exports.log1p = log1p;
1386var Unit = /* #__PURE__ */(0, _factoriesAny.createUnitClass)({
1387 BigNumber: BigNumber,
1388 Complex: Complex,
1389 Fraction: Fraction,
1390 abs: abs,
1391 addScalar: addScalar,
1392 config: _configReadonly.config,
1393 divideScalar: divideScalar,
1394 equal: equal,
1395 fix: fix,
1396 format: format,
1397 isNumeric: isNumeric,
1398 multiplyScalar: multiplyScalar,
1399 number: number,
1400 pow: pow,
1401 round: round,
1402 subtract: subtract
1403});
1404exports.Unit = Unit;
1405var createUnit = /* #__PURE__ */(0, _factoriesAny.createCreateUnit)({
1406 Unit: Unit,
1407 typed: typed
1408});
1409exports.createUnit = createUnit;
1410var eigs = /* #__PURE__ */(0, _factoriesAny.createEigs)({
1411 abs: abs,
1412 add: add,
1413 addScalar: addScalar,
1414 atan: atan,
1415 bignumber: bignumber,
1416 config: _configReadonly.config,
1417 cos: cos,
1418 equal: equal,
1419 inv: inv,
1420 matrix: matrix,
1421 multiply: multiply,
1422 multiplyScalar: multiplyScalar,
1423 sin: sin,
1424 subtract: subtract,
1425 typed: typed
1426});
1427exports.eigs = eigs;
1428var intersect = /* #__PURE__ */(0, _factoriesAny.createIntersect)({
1429 abs: abs,
1430 add: add,
1431 addScalar: addScalar,
1432 config: _configReadonly.config,
1433 divideScalar: divideScalar,
1434 equalScalar: equalScalar,
1435 matrix: matrix,
1436 multiply: multiply,
1437 multiplyScalar: multiplyScalar,
1438 smaller: smaller,
1439 subtract: subtract,
1440 typed: typed
1441});
1442exports.intersect = intersect;
1443var std = /* #__PURE__ */(0, _factoriesAny.createStd)({
1444 sqrt: sqrt,
1445 typed: typed,
1446 variance: variance
1447});
1448exports.std = std;
1449var atomicMass = /* #__PURE__ */(0, _factoriesAny.createAtomicMass)({
1450 BigNumber: BigNumber,
1451 Unit: Unit,
1452 config: _configReadonly.config
1453});
1454exports.atomicMass = atomicMass;
1455var bohrMagneton = /* #__PURE__ */(0, _factoriesAny.createBohrMagneton)({
1456 BigNumber: BigNumber,
1457 Unit: Unit,
1458 config: _configReadonly.config
1459});
1460exports.bohrMagneton = bohrMagneton;
1461var boltzmann = /* #__PURE__ */(0, _factoriesAny.createBoltzmann)({
1462 BigNumber: BigNumber,
1463 Unit: Unit,
1464 config: _configReadonly.config
1465});
1466exports.boltzmann = boltzmann;
1467var conductanceQuantum = /* #__PURE__ */(0, _factoriesAny.createConductanceQuantum)({
1468 BigNumber: BigNumber,
1469 Unit: Unit,
1470 config: _configReadonly.config
1471});
1472exports.conductanceQuantum = conductanceQuantum;
1473var deuteronMass = /* #__PURE__ */(0, _factoriesAny.createDeuteronMass)({
1474 BigNumber: BigNumber,
1475 Unit: Unit,
1476 config: _configReadonly.config
1477});
1478exports.deuteronMass = deuteronMass;
1479var electronMass = /* #__PURE__ */(0, _factoriesAny.createElectronMass)({
1480 BigNumber: BigNumber,
1481 Unit: Unit,
1482 config: _configReadonly.config
1483});
1484exports.electronMass = electronMass;
1485var faraday = /* #__PURE__ */(0, _factoriesAny.createFaraday)({
1486 BigNumber: BigNumber,
1487 Unit: Unit,
1488 config: _configReadonly.config
1489});
1490exports.faraday = faraday;
1491var firstRadiation = /* #__PURE__ */(0, _factoriesAny.createFirstRadiation)({
1492 BigNumber: BigNumber,
1493 Unit: Unit,
1494 config: _configReadonly.config
1495});
1496exports.firstRadiation = firstRadiation;
1497var gravitationConstant = /* #__PURE__ */(0, _factoriesAny.createGravitationConstant)({
1498 BigNumber: BigNumber,
1499 Unit: Unit,
1500 config: _configReadonly.config
1501});
1502exports.gravitationConstant = gravitationConstant;
1503var hartreeEnergy = /* #__PURE__ */(0, _factoriesAny.createHartreeEnergy)({
1504 BigNumber: BigNumber,
1505 Unit: Unit,
1506 config: _configReadonly.config
1507});
1508exports.hartreeEnergy = hartreeEnergy;
1509var klitzing = /* #__PURE__ */(0, _factoriesAny.createKlitzing)({
1510 BigNumber: BigNumber,
1511 Unit: Unit,
1512 config: _configReadonly.config
1513});
1514exports.klitzing = klitzing;
1515var magneticConstant = /* #__PURE__ */(0, _factoriesAny.createMagneticConstant)({
1516 BigNumber: BigNumber,
1517 Unit: Unit,
1518 config: _configReadonly.config
1519});
1520exports.magneticConstant = magneticConstant;
1521var molarMass = /* #__PURE__ */(0, _factoriesAny.createMolarMass)({
1522 BigNumber: BigNumber,
1523 Unit: Unit,
1524 config: _configReadonly.config
1525});
1526exports.molarMass = molarMass;
1527var molarPlanckConstant = /* #__PURE__ */(0, _factoriesAny.createMolarPlanckConstant)({
1528 BigNumber: BigNumber,
1529 Unit: Unit,
1530 config: _configReadonly.config
1531});
1532exports.molarPlanckConstant = molarPlanckConstant;
1533var neutronMass = /* #__PURE__ */(0, _factoriesAny.createNeutronMass)({
1534 BigNumber: BigNumber,
1535 Unit: Unit,
1536 config: _configReadonly.config
1537});
1538exports.neutronMass = neutronMass;
1539var planckCharge = /* #__PURE__ */(0, _factoriesAny.createPlanckCharge)({
1540 BigNumber: BigNumber,
1541 Unit: Unit,
1542 config: _configReadonly.config
1543});
1544exports.planckCharge = planckCharge;
1545var planckLength = /* #__PURE__ */(0, _factoriesAny.createPlanckLength)({
1546 BigNumber: BigNumber,
1547 Unit: Unit,
1548 config: _configReadonly.config
1549});
1550exports.planckLength = planckLength;
1551var planckTemperature = /* #__PURE__ */(0, _factoriesAny.createPlanckTemperature)({
1552 BigNumber: BigNumber,
1553 Unit: Unit,
1554 config: _configReadonly.config
1555});
1556exports.planckTemperature = planckTemperature;
1557var protonMass = /* #__PURE__ */(0, _factoriesAny.createProtonMass)({
1558 BigNumber: BigNumber,
1559 Unit: Unit,
1560 config: _configReadonly.config
1561});
1562exports.protonMass = protonMass;
1563var reducedPlanckConstant = /* #__PURE__ */(0, _factoriesAny.createReducedPlanckConstant)({
1564 BigNumber: BigNumber,
1565 Unit: Unit,
1566 config: _configReadonly.config
1567});
1568exports.reducedPlanckConstant = reducedPlanckConstant;
1569var secondRadiation = /* #__PURE__ */(0, _factoriesAny.createSecondRadiation)({
1570 BigNumber: BigNumber,
1571 Unit: Unit,
1572 config: _configReadonly.config
1573});
1574exports.secondRadiation = secondRadiation;
1575var stefanBoltzmann = /* #__PURE__ */(0, _factoriesAny.createStefanBoltzmann)({
1576 BigNumber: BigNumber,
1577 Unit: Unit,
1578 config: _configReadonly.config
1579});
1580exports.stefanBoltzmann = stefanBoltzmann;
1581var vacuumImpedance = /* #__PURE__ */(0, _factoriesAny.createVacuumImpedance)({
1582 BigNumber: BigNumber,
1583 Unit: Unit,
1584 config: _configReadonly.config
1585});
1586exports.vacuumImpedance = vacuumImpedance;
1587var usolve = /* #__PURE__ */(0, _factoriesAny.createUsolve)({
1588 DenseMatrix: DenseMatrix,
1589 divideScalar: divideScalar,
1590 equalScalar: equalScalar,
1591 matrix: matrix,
1592 multiplyScalar: multiplyScalar,
1593 subtract: subtract,
1594 typed: typed
1595});
1596exports.usolve = usolve;
1597var norm = /* #__PURE__ */(0, _factoriesAny.createNorm)({
1598 abs: abs,
1599 add: add,
1600 conj: conj,
1601 ctranspose: ctranspose,
1602 eigs: eigs,
1603 equalScalar: equalScalar,
1604 larger: larger,
1605 matrix: matrix,
1606 multiply: multiply,
1607 pow: pow,
1608 smaller: smaller,
1609 sqrt: sqrt,
1610 typed: typed
1611});
1612exports.norm = norm;
1613var lusolve = /* #__PURE__ */(0, _factoriesAny.createLusolve)({
1614 DenseMatrix: DenseMatrix,
1615 lsolve: lsolve,
1616 lup: lup,
1617 matrix: matrix,
1618 slu: slu,
1619 typed: typed,
1620 usolve: usolve
1621});
1622exports.lusolve = lusolve;
1623var sqrtm = /* #__PURE__ */(0, _factoriesAny.createSqrtm)({
1624 abs: abs,
1625 add: add,
1626 identity: identity,
1627 inv: inv,
1628 max: max,
1629 multiply: multiply,
1630 size: size,
1631 sqrt: sqrt,
1632 subtract: subtract,
1633 typed: typed
1634});
1635exports.sqrtm = sqrtm;
1636var multinomial = /* #__PURE__ */(0, _factoriesAny.createMultinomial)({
1637 add: add,
1638 divide: divide,
1639 factorial: factorial,
1640 isInteger: isInteger,
1641 isPositive: isPositive,
1642 multiply: multiply,
1643 typed: typed
1644});
1645exports.multinomial = multinomial;
1646var avogadro = /* #__PURE__ */(0, _factoriesAny.createAvogadro)({
1647 BigNumber: BigNumber,
1648 Unit: Unit,
1649 config: _configReadonly.config
1650});
1651exports.avogadro = avogadro;
1652var classicalElectronRadius = /* #__PURE__ */(0, _factoriesAny.createClassicalElectronRadius)({
1653 BigNumber: BigNumber,
1654 Unit: Unit,
1655 config: _configReadonly.config
1656});
1657exports.classicalElectronRadius = classicalElectronRadius;
1658var electricConstant = /* #__PURE__ */(0, _factoriesAny.createElectricConstant)({
1659 BigNumber: BigNumber,
1660 Unit: Unit,
1661 config: _configReadonly.config
1662});
1663exports.electricConstant = electricConstant;
1664var fermiCoupling = /* #__PURE__ */(0, _factoriesAny.createFermiCoupling)({
1665 BigNumber: BigNumber,
1666 Unit: Unit,
1667 config: _configReadonly.config
1668});
1669exports.fermiCoupling = fermiCoupling;
1670var gravity = /* #__PURE__ */(0, _factoriesAny.createGravity)({
1671 BigNumber: BigNumber,
1672 Unit: Unit,
1673 config: _configReadonly.config
1674});
1675exports.gravity = gravity;
1676var loschmidt = /* #__PURE__ */(0, _factoriesAny.createLoschmidt)({
1677 BigNumber: BigNumber,
1678 Unit: Unit,
1679 config: _configReadonly.config
1680});
1681exports.loschmidt = loschmidt;
1682var molarMassC12 = /* #__PURE__ */(0, _factoriesAny.createMolarMassC12)({
1683 BigNumber: BigNumber,
1684 Unit: Unit,
1685 config: _configReadonly.config
1686});
1687exports.molarMassC12 = molarMassC12;
1688var nuclearMagneton = /* #__PURE__ */(0, _factoriesAny.createNuclearMagneton)({
1689 BigNumber: BigNumber,
1690 Unit: Unit,
1691 config: _configReadonly.config
1692});
1693exports.nuclearMagneton = nuclearMagneton;
1694var planckMass = /* #__PURE__ */(0, _factoriesAny.createPlanckMass)({
1695 BigNumber: BigNumber,
1696 Unit: Unit,
1697 config: _configReadonly.config
1698});
1699exports.planckMass = planckMass;
1700var quantumOfCirculation = /* #__PURE__ */(0, _factoriesAny.createQuantumOfCirculation)({
1701 BigNumber: BigNumber,
1702 Unit: Unit,
1703 config: _configReadonly.config
1704});
1705exports.quantumOfCirculation = quantumOfCirculation;
1706var speedOfLight = /* #__PURE__ */(0, _factoriesAny.createSpeedOfLight)({
1707 BigNumber: BigNumber,
1708 Unit: Unit,
1709 config: _configReadonly.config
1710});
1711exports.speedOfLight = speedOfLight;
1712var wienDisplacement = /* #__PURE__ */(0, _factoriesAny.createWienDisplacement)({
1713 BigNumber: BigNumber,
1714 Unit: Unit,
1715 config: _configReadonly.config
1716});
1717exports.wienDisplacement = wienDisplacement;
1718var rotationMatrix = /* #__PURE__ */(0, _factoriesAny.createRotationMatrix)({
1719 BigNumber: BigNumber,
1720 DenseMatrix: DenseMatrix,
1721 SparseMatrix: SparseMatrix,
1722 addScalar: addScalar,
1723 config: _configReadonly.config,
1724 cos: cos,
1725 matrix: matrix,
1726 multiplyScalar: multiplyScalar,
1727 norm: norm,
1728 sin: sin,
1729 typed: typed,
1730 unaryMinus: unaryMinus
1731});
1732exports.rotationMatrix = rotationMatrix;
1733var median = /* #__PURE__ */(0, _factoriesAny.createMedian)({
1734 add: add,
1735 compare: compare,
1736 divide: divide,
1737 partitionSelect: partitionSelect,
1738 typed: typed
1739});
1740exports.median = median;
1741var bohrRadius = /* #__PURE__ */(0, _factoriesAny.createBohrRadius)({
1742 BigNumber: BigNumber,
1743 Unit: Unit,
1744 config: _configReadonly.config
1745});
1746exports.bohrRadius = bohrRadius;
1747var elementaryCharge = /* #__PURE__ */(0, _factoriesAny.createElementaryCharge)({
1748 BigNumber: BigNumber,
1749 Unit: Unit,
1750 config: _configReadonly.config
1751});
1752exports.elementaryCharge = elementaryCharge;
1753var inverseConductanceQuantum = /* #__PURE__ */(0, _factoriesAny.createInverseConductanceQuantum)({
1754 BigNumber: BigNumber,
1755 Unit: Unit,
1756 config: _configReadonly.config
1757});
1758exports.inverseConductanceQuantum = inverseConductanceQuantum;
1759var molarVolume = /* #__PURE__ */(0, _factoriesAny.createMolarVolume)({
1760 BigNumber: BigNumber,
1761 Unit: Unit,
1762 config: _configReadonly.config
1763});
1764exports.molarVolume = molarVolume;
1765var planckTime = /* #__PURE__ */(0, _factoriesAny.createPlanckTime)({
1766 BigNumber: BigNumber,
1767 Unit: Unit,
1768 config: _configReadonly.config
1769});
1770exports.planckTime = planckTime;
1771var thomsonCrossSection = /* #__PURE__ */(0, _factoriesAny.createThomsonCrossSection)({
1772 BigNumber: BigNumber,
1773 Unit: Unit,
1774 config: _configReadonly.config
1775});
1776exports.thomsonCrossSection = thomsonCrossSection;
1777var rotate = /* #__PURE__ */(0, _factoriesAny.createRotate)({
1778 multiply: multiply,
1779 rotationMatrix: rotationMatrix,
1780 typed: typed
1781});
1782exports.rotate = rotate;
1783var mad = /* #__PURE__ */(0, _factoriesAny.createMad)({
1784 abs: abs,
1785 map: map,
1786 median: median,
1787 subtract: subtract,
1788 typed: typed
1789});
1790exports.mad = mad;
1791var coulomb = /* #__PURE__ */(0, _factoriesAny.createCoulomb)({
1792 BigNumber: BigNumber,
1793 Unit: Unit,
1794 config: _configReadonly.config
1795});
1796exports.coulomb = coulomb;
1797var magneticFluxQuantum = /* #__PURE__ */(0, _factoriesAny.createMagneticFluxQuantum)({
1798 BigNumber: BigNumber,
1799 Unit: Unit,
1800 config: _configReadonly.config
1801});
1802exports.magneticFluxQuantum = magneticFluxQuantum;
1803var rydberg = /* #__PURE__ */(0, _factoriesAny.createRydberg)({
1804 BigNumber: BigNumber,
1805 Unit: Unit,
1806 config: _configReadonly.config
1807});
1808exports.rydberg = rydberg;
1809var unit = /* #__PURE__ */(0, _factoriesAny.createUnitFunction)({
1810 Unit: Unit,
1811 typed: typed
1812});
1813exports.unit = unit;
1814var gasConstant = /* #__PURE__ */(0, _factoriesAny.createGasConstant)({
1815 BigNumber: BigNumber,
1816 Unit: Unit,
1817 config: _configReadonly.config
1818});
1819exports.gasConstant = gasConstant;
1820var planckConstant = /* #__PURE__ */(0, _factoriesAny.createPlanckConstant)({
1821 BigNumber: BigNumber,
1822 Unit: Unit,
1823 config: _configReadonly.config
1824});
1825exports.planckConstant = planckConstant;
\No newline at end of file