public class IntCarryCRTBuilder extends Object implements CarryCRTBuilder<int[]>
int
type.Constructor and Description |
---|
IntCarryCRTBuilder()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
CarryCRTStrategy |
createCarryCRT(int radix)
Creates an object for implementing the carry-CRT of a three-NTT
based convolution using the specified radix.
|
CarryCRTStepStrategy<int[]> |
createCarryCRTSteps(int radix)
Creates an object for implementing the steps of the carry-CRT
of a three-NTT based convolution using the specified radix.
|
public CarryCRTStrategy createCarryCRT(int radix)
CarryCRTBuilder
createCarryCRT
in interface CarryCRTBuilder<int[]>
radix
- The radix that will be used.public CarryCRTStepStrategy<int[]> createCarryCRTSteps(int radix)
CarryCRTBuilder
createCarryCRTSteps
in interface CarryCRTBuilder<int[]>
radix
- The radix that will be used.Copyright © 2017. All rights reserved.