Tests a given polynomial for being irreducible.
IppStatus ippsPolyGFIrreducible_8u(const IppsPoly_GF8u* pPoly, IppBool* pIsIrreducible);
pPoly |
Pointer to the polynomial to be tested. |
pIsIrreducible |
Pointer to the result of the irreducibility test. |
This function is declared in the ippdi.h file. The function checks irreducibility of the given polynomial.
ippStsNoErr |
Indicates no error. Any other value indicates an error or warning. |
ippStsNullPtrErr |
Indicates an error condition if any of the specified pointers is NULL. |
ippStsContextMatchErr |
Indicates an error condition if the specified context pPoly is not valid. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.