MCPcopy Create free account

hub / github.com/GuildOfWeavers/AirAssembly / functions

Functions570 in github.com/GuildOfWeavers/AirAssembly

Methodconstructor
(dimensions: Dimensions, handle?: string)
lib/procedures/Parameter.ts:16
Methodconstructor
(context: ProcedureContext, statements: StoreOperation[], result: Expression)
lib/procedures/AirProcedure.ts:29
Methodconstructor
(schema: AirSchema, result: Dimensions, handle?: string)
lib/procedures/contexts/FunctionContext.ts:18
Methodconstructor
(name: ProcedureName, component: AirComponent)
lib/procedures/contexts/ProcedureContext.ts:21
Methodconstructor
(fieldType, fieldModulus)
bin/lib/AirSchema.js:13
Methodconstructor
()
bin/lib/parser.js:14
Methodconstructor
(errors)
bin/lib/errors.js:31
Methodconstructor
(name, schema, registers, constraints, steps)
bin/lib/AirComponent.js:16
Methodconstructor
(value, field)
bin/lib/expressions/LiteralValue.js:11
Methodconstructor
(elements)
bin/lib/expressions/MakeVector.js:11
Methodconstructor
(dimensions, children = [])
bin/lib/expressions/Expression.js:9
Methodconstructor
(operation, operand)
bin/lib/expressions/UnaryOperation.js:9
Methodconstructor
()
bin/lib/expressions/ExpressionVisitor.js:6
Methodconstructor
(binding, index)
bin/lib/expressions/LoadExpression.js:11
Methodconstructor
(segment, width)
bin/lib/expressions/TraceSegment.js:13
Methodconstructor
(operation, lhs, rhs)
bin/lib/expressions/BinaryOperation.js:10
Methodconstructor
(func, index, params)
bin/lib/expressions/CallExpression.js:11
Methodconstructor
(elements)
bin/lib/expressions/MakeMatrix.js:11
Methodconstructor
(source, index)
bin/lib/expressions/GetVectorElement.js:12
Methodconstructor
(source, start, end)
bin/lib/expressions/SliceVector.js:11
Methodconstructor
(method, seed, count)
bin/lib/registers/PrngSequence.js:9
Methodconstructor
(base, count)
bin/lib/registers/PowerSequence.js:8
Methodconstructor
(source, inverted)
bin/lib/registers/MaskRegister.js:9
Methodconstructor
(scope, rank, binary, master, steps, offset = 0)
bin/lib/registers/InputRegister.js:10
Methodconstructor
(values, field)
bin/lib/registers/CyclicRegister.js:10
Methodconstructor
(context, statements, result)
bin/lib/procedures/AirFunction.js:9
Methodconstructor
(dimensions, handle)
bin/lib/procedures/Parameter.js:10
Methodconstructor
(context, statements, result)
bin/lib/procedures/AirProcedure.js:8
Methodconstructor
(value, handle)
bin/lib/procedures/Constant.js:9
Methodconstructor
(dimensions, handle)
bin/lib/procedures/LocalVariable.js:12
Methodconstructor
(target, expression, handle)
bin/lib/procedures/StoreOperation.js:8
Methodconstructor
(schema, result, handle)
bin/lib/procedures/contexts/FunctionContext.js:10
Methodconstructor
(field, constants, functions)
bin/lib/procedures/contexts/ExecutionContext.js:13
Methodconstructor
(name, component)
bin/lib/procedures/contexts/ProcedureContext.js:12
MethodcreateProcedureContext
* Creates a new procedure context from the current state of the component * @param name Name of the procedure
air-assembly.d.ts:184
MethodcreateProcedureContext
(name: ProcedureName)
lib/AirComponent.ts:133
MethodcreateProcedureContext
(name)
bin/lib/AirComponent.js:91
MethodcycleLength
()
lib/registers/CyclicRegister.ts:30
MethodcycleLength
()
bin/lib/registers/CyclicRegister.js:22
Methoddimensions
()
lib/procedures/AirFunction.ts:37
Methoddimensions
()
lib/procedures/StoreOperation.ts:36
Methoddimensions
()
lib/procedures/Constant.ts:25
Methoddimensions
()
lib/procedures/AirProcedure.ts:44
Methoddimensions
()
bin/lib/procedures/AirFunction.js:20
Methoddimensions
()
bin/lib/procedures/AirProcedure.js:22
Methoddimensions
()
bin/lib/procedures/Constant.js:17
Methoddimensions
()
bin/lib/procedures/StoreOperation.js:24
Methodelements
()
lib/expressions/MakeVector.ts:30
Methodelements
()
lib/expressions/MakeMatrix.ts:37
Methodelements
()
lib/expressions/LiteralValue.ts:54
Methodelements
()
bin/lib/expressions/LiteralValue.js:45
Methodelements
()
bin/lib/expressions/MakeVector.js:28
Methodelements
()
bin/lib/expressions/MakeMatrix.js:32
Methodend
()
lib/expressions/GetVectorElement.ts:32
Methodend
()
bin/lib/expressions/GetVectorElement.js:28
FunctionevaluateConstraintsAt
(x: bigint, rValues: bigint[], nValues: bigint[], sValues: bigint[])
lib/jsGenerator/template.ts:277
FunctionevaluateConstraintsAt
(x, rValues, nValues, sValues)
bin/lib/jsGenerator/template.js:212
MethodevaluateConstraintsAt
* Evaluates transition constraints at the specified point. * @param x Point in the evaluation domain at which to evaluate constraints
air-assembly.d.ts:532
FunctionevaluateTransitionConstraints
(polynomials: Matrix)
lib/jsGenerator/template.ts:131
FunctionevaluateTransitionConstraints
(polynomials)
bin/lib/jsGenerator/template.js:94
MethodevaluateTransitionConstraints
* Evaluates transition constraints for a computation. The evaluations are returned as a matrix * object where each row represents a transitio
air-assembly.d.ts:568
Methodexpression
()
lib/procedures/StoreOperation.ts:32
Methodexpression
()
bin/lib/procedures/StoreOperation.js:21
Methodfield
()
lib/AirSchema.ts:35
Methodfield
()
bin/lib/AirSchema.js:23
FunctionfindPath
(expression: Expression)
lib/expressions/Expression.ts:68
Methodfunctions
()
lib/AirSchema.ts:60
Methodfunctions
()
bin/lib/AirSchema.js:44
FunctiongenerateExecutionTrace
()
lib/jsGenerator/template.ts:62
FunctiongenerateExecutionTrace
()
bin/lib/jsGenerator/template.js:38
MethodgenerateExecutionTrace
* Generates execution trace for the computation. The trace is returned as a Matrix object where * rows correspond to the dynamic register tra
air-assembly.d.ts:553
FunctiongenerateStaticTrace
()
lib/jsGenerator/template.ts:110
FunctiongenerateStaticTrace
()
bin/lib/jsGenerator/template.js:76
MethodgenerateStaticTrace
* Generates traces of static registers for the computation. The trace is returned as a Matrix * object where rows correspond to the dynamic r
air-assembly.d.ts:560
MethodgenerateStaticTrace
* Generates traces of static registers for the computation. The trace is returned as a Matrix * object where rows correspond to the dynamic r
bin/air-assembly.d.ts:560
FunctiongetBinaryFunction
(operation, e1, e2)
bin/lib/jsGenerator/utils.js:5
FunctiongetCompositionFactor
(component)
bin/lib/utils.js:21
FunctiongetDeclaration
(indexOrHandle: number | string, kind: string)
lib/procedures/contexts/ExecutionContext.ts:88
FunctiongetExponentOperationCount
(base, exponent)
bin/lib/analysis/operations.js:14
FunctiongetExponentValue
(exp)
bin/lib/analysis/utils.js:9
FunctiongetProductOperationCounts
(lhs, rhs)
bin/lib/analysis/operations.js:24
FunctiongetUnaryFunction
(operation, e)
bin/lib/jsGenerator/utils.js:58
MethodgetValues
()
air-assembly.d.ts:294
MethodgetValues
(field: FiniteField)
air-assembly.d.ts:301
MethodgetValues
()
lib/registers/CyclicRegister.ts:36
MethodgetValues
(field: FiniteField)
lib/registers/PrngSequence.ts:27
MethodgetValues
(field: FiniteField)
lib/registers/PowerSequence.ts:23
MethodgetValues
()
bin/air-assembly.d.ts:294
MethodgetValues
(field)
bin/lib/registers/PrngSequence.js:18
MethodgetValues
(field)
bin/lib/registers/PowerSequence.js:14
MethodgetValues
()
bin/lib/registers/CyclicRegister.js:27
MethodgetVectorElement
(e: GetVectorElement)
lib/jsGenerator/expressions.ts:65
MethodgetVectorElement
(e: GetVectorElement, ctx: AnalysisContext)
lib/analysis/analyzer.ts:109
MethodgetVectorElement
(e: GetVectorElement)
lib/analysis/compressor.ts:43
MethodgetVectorElement
(e)
bin/lib/jsGenerator/expressions.js:51
MethodgetVectorElement
(e, ctx)
bin/lib/analysis/analyzer.js:75
MethodgetVectorElement
(e)
bin/lib/analysis/compressor.js:33
Methodhandle
()
lib/procedures/StoreOperation.ts:28
Methodhandle
()
bin/lib/procedures/StoreOperation.js:18
FunctioninitProvingContext
(inputs: any[] = [], seed: bigint[] = [])
lib/jsGenerator/template.ts:36
← previousnext →301–400 of 570, ranked by callers