T
- The element array type of the CRT.public interface CarryCRTBuilder<T>
CarryCRTStrategy
,
CarryCRTStepStrategy
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<T> |
createCarryCRTSteps(int radix)
Creates an object for implementing the steps of the carry-CRT
of a three-NTT based convolution using the specified radix.
|
CarryCRTStrategy createCarryCRT(int radix)
radix
- The radix that will be used.CarryCRTStepStrategy<T> createCarryCRTSteps(int radix)
radix
- The radix that will be used.Copyright © 2019. All rights reserved.