PolyGFIrreducible

Tests a given polynomial for being irreducible.

Syntax

IppStatus ippsPolyGFIrreducible_8u(const IppsPoly_GF8u* pPoly, IppBool* pIsIrreducible);

Parameters

pPoly

Pointer to the polynomial to be tested.

pIsIrreducible

Pointer to the result of the irreducibility test.

Description

This function is declared in the ippdi.h file. The function checks irreducibility of the given polynomial.

Return Values

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.

Submit feedback on this help topic

Copyright © 2000 - 2010, Intel Corporation. All rights reserved.