public class LongCarryCRTBuilder extends Object implements CarryCRTBuilder<long[]>
long type.| Constructor and Description |
|---|
LongCarryCRTBuilder()
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<long[]> |
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)
CarryCRTBuildercreateCarryCRT in interface CarryCRTBuilder<long[]>radix - The radix that will be used.public CarryCRTStepStrategy<long[]> createCarryCRTSteps(int radix)
CarryCRTBuildercreateCarryCRTSteps in interface CarryCRTBuilder<long[]>radix - The radix that will be used.Copyright © 2024. All rights reserved.