UNPKG

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