abc.ABC
numpy.polynomial._polybase.ABCPolyBase
- An abstract base class for immutable series classes.numpy.polynomial.chebyshev.Chebyshev
- A Chebyshev series class.numpy.polynomial.hermite.Hermite
- An Hermite series class.numpy.polynomial.hermite_e.HermiteE
- An HermiteE series class.numpy.polynomial.laguerre.Laguerre
- A Laguerre series class.numpy.polynomial.legendre.Legendre
- A Legendre series class.numpy.polynomial.polynomial.Polynomial
- A power series class.ast.NodeVisitor
numpy.tests.test_warnings.FindFuncs
- Undocumentednumpy.tests.test_warnings.ParseCall
- Undocumentedccompiler_opt.CCompilerOpt
numpy.distutils.tests.test_ccompiler_opt.FakeCCompilerOpt
- Undocumentednumpy.distutils.tests.test_ccompiler_opt_conf.FakeCCompilerOpt
- Undocumentednumpy.distutils.tests.test_ccompiler_opt_conf._TestConfFeatures
- A hook to check the sanity of configured features - before it called by the abstract class '_Feature'collections.abc.Mapping
numpy.lib.npyio.NpzFile
- NpzFile(fid)contextlib.ContextDecorator
numpy.core._ufunc_config.errstate
- errstate(**kwargs)DeprecationWarning
numpy._globals.ModuleDeprecationWarning
- Module deprecation warning.dict
numpy.core.numerictypes._typedict
- Base object for a dictionary for look-up with any alias for an array dtype.distutils.command.build.build
numpy.distutils.command.build.build
- No class docstring; 1/7 instance variable, 0/3 class variable, 0/3 method documenteddistutils.command.build_clib.build_clib
numpy.distutils.command.build_clib.build_clib
- No class docstring; 0/11 instance variable, 0/3 class variable, 1/9 method documenteddistutils.command.build_ext.build_ext
numpy.distutils.command.build_ext.build_ext
- Undocumentednumpy.distutils.command.build_src.build_src
- No class docstring; 0/21 instance variable, 0/4 class variable, 2/19 methods documenteddistutils.command.build_py.build_py
numpy.distutils.command.build_py.build_py
- Undocumenteddistutils.command.build_scripts.build_scripts
numpy.distutils.command.build_scripts.build_scripts
- Undocumenteddistutils.command.config.config
numpy.distutils.command.config.config
- No class docstring; 0/2 instance variable, 8/20 methods documenteddistutils.command.install_data.install_data
numpy.distutils.command.install_data.install_data
- Undocumenteddistutils.command.install_headers.install_headers
numpy.distutils.command.install_headers.install_headers
- Undocumenteddistutils.core.Command
numpy.distutils.command.config_compiler.config_cc
- Distutils command to hold user specified options to C/C++ compilers.numpy.distutils.command.config_compiler.config_fc
- Distutils command to hold user specified options to Fortran compilers.numpy.distutils.command.install_clib.install_clib
- Undocumenteddistutils.core.Distribution
numpy.distutils.numpy_distribution.NumpyDistribution
- Undocumenteddistutils.cygwinccompiler.CygwinCCompiler
numpy.distutils.mingw32ccompiler.Mingw32CCompiler
- A modified MingW32 compiler compatible with an MSVC built Python.distutils.errors.DistutilsError
numpy.distutils.system_info.AliasedOptionError
- Aliases entries in config files should not be existing. In section '{section}' we found multiple appearances of options {options}.numpy.distutils.system_info.NotFoundError
- Some third-party program or library is not found.numpy.distutils.system_info.AtlasNotFoundError
- No summarynumpy.distutils.system_info.BlasILP64NotFoundError
- 64-bit Blas libraries not found. Known libraries in numpy/distutils/site.cfg file are: openblas64_, openblas_ilp64numpy.distutils.system_info.BlasNotFoundError
- No summarynumpy.distutils.system_info.BlasSrcNotFoundError
- No summarynumpy.distutils.system_info.BlasOptNotFoundError
- No summarynumpy.distutils.system_info.DJBFFTNotFoundError
- No summarynumpy.distutils.system_info.FFTWNotFoundError
- No summarynumpy.distutils.system_info.FlameNotFoundError
- FLAME (http://www.cs.utexas.edu/~flame/web/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [flame]).numpy.distutils.system_info.LapackILP64NotFoundError
- 64-bit Lapack libraries not found. Known libraries in numpy/distutils/site.cfg file are: openblas64_, openblas_ilp64numpy.distutils.system_info.LapackNotFoundError
- No summarynumpy.distutils.system_info.LapackSrcNotFoundError
- No summarynumpy.distutils.system_info.NumericNotFoundError
- Numeric (https://www.numpy.org/) module not found. Get it from above location, install it, and retry setup.py.numpy.distutils.system_info.UmfpackNotFoundError
- No summarynumpy.distutils.system_info.X11NotFoundError
- X11 libraries not found.distutils.extension.Extension
numpy.distutils.extension.Extension
- No summarydistutils.log.Log
numpy.distutils.log.Log
- No class docstring; 1/2 method documenteddistutils.msvc9compiler.MSVCCompiler
numpy.distutils.msvc9compiler.MSVCCompiler
- Undocumentednumpy.distutils.intelccompiler.IntelCCompilerW
- A modified Intel compiler compatible with an MSVC-built Python.numpy.distutils.intelccompiler.IntelEM64TCCompilerW
- A modified Intel x86_64 compiler compatible with a 64bit MSVC-built Python.distutils.msvccompiler.MSVCCompiler
numpy.distutils.msvccompiler.MSVCCompiler
- Undocumenteddistutils.unixccompiler.UnixCCompiler
numpy.distutils.armccompiler.ArmCCompiler
- Arm compiler.numpy.distutils.intelccompiler.IntelCCompiler
- A modified Intel compiler compatible with a GCC-built Python.numpy.distutils.intelccompiler.IntelItaniumCCompiler
- Undocumentednumpy.distutils.intelccompiler.IntelEM64TCCompiler
- A modified Intel x86_64 compiler compatible with a 64bit GCC-built Python.numpy.distutils.pathccompiler.PathScaleCCompiler
- PathScale compiler compatible with an gcc built Python.doctest.DocTestFinder
numpy.testing._private.noseclasses.NumpyDocTestFinder
- No class docstring; 2/2 methods documenteddoctest.OutputChecker
numpy.testing._private.noseclasses.NumpyOutputChecker
- Undocumentedenum.Enum
numpy._globals._CopyMode
- An enumeration for the copy modes supported by numpy.copy() and numpy.array(). The following three modes are supported,numpy.f2py.symbolic.ArithOp
- Used in Op.APPLY expression to specify the function part.numpy.f2py.symbolic.Language
- Used as Expr.tostring language argument.numpy.f2py.symbolic.Op
- Used as Expr op attribute.numpy.f2py.symbolic.Precedence
- Used as Expr.tostring precedence argument.numpy.f2py.symbolic.RelOp
- Used in Op.RELATIONAL expression to specify the function part.enum.IntEnum
numpy.core.tests.test_casting_unittests.Casting
- UndocumentedException
numpy.core.code_generators.genapi.ParseError
- Undocumentednumpy.core.tests.test_deprecations.TestNoseDecoratorsDeprecated.DidntSkipException
- Undocumentednumpy.core.tests.test_numeric.NIterError
- Undocumentednumpy.distutils.fcompiler.CompilerNotFound
- Undocumentednumpy.f2py.auxfuncs.F2PYError
- Undocumentednumpy.f2py.symbolic.OpError
- Undocumentednumpy.lib._iotools.ConverterError
- Exception raised when an error occurs in a converter for string values.numpy.lib._iotools.ConverterLockError
- Exception raised when an attempt is made to upgrade a locked converter.numpy.linalg.linalg.LinAlgError
- Generic Python-exception-derived object raised by linalg functions.numpy.ma.core.MAError
- Class for masked array related errors.numpy.ma.core.MaskError
- Class for mask related errors.numpy.testing._private.utils.IgnoreException
- Ignoring this exception due to disabled featurenumpy.testing._private.utils.KnownFailureException
- Raise this exception to mark a test as a known failing test.float
numpy.core.tests.test_function_base.PhysicalQuantity
- UndocumentedFutureWarning
numpy.ma.core.MaskedArrayFutureWarning
- UndocumentedIndexError
numpy.core.numeric.AxisError
- Axis supplied was invalid.io.BytesIO
numpy.lib.tests.test_format.BytesIOSRandomSize
- Undocumentednumpy.lib.tests.test_io.TextIO
- Helper IO class.MemoryError
numpy.core._exceptions._ArrayMemoryError
- Thrown when an array cannot be allocatedmypy.plugin.Plugin
numpy.typing.mypy_plugin._NumpyPlugin
- A mypy plugin for handling versus numpy-specific typing tasks.nose.core.TestProgram
numpy.testing._private.noseclasses.NumpyTestProgram
- No class docstring; 0/3 instance variable, 1/1 method documentednose.plugins.base.Plugin
numpy.testing._private.noseclasses.FPUModeCheckPlugin
- Plugin that checks the FPU mode before and after each test, raising failures if the test changed the mode.nose.plugins.doctests.Doctest
numpy.testing._private.noseclasses.NumpyDoctest
- No class docstring; 0/4 instance variable, 0/4 class variable, 1/6 method documentednose.plugins.doctests.DocTestCase
numpy.testing._private.noseclasses.NumpyDocTestCase
- Undocumentednose.plugins.errorclass.ErrorClassPlugin
numpy._globals._NoValueType
- Special keyword value.numpy._pytesttester.PytestTester
- Pytest test runner.numpy.array_api._data_type_functions.finfo_object
- Undocumentednumpy.array_api._data_type_functions.iinfo_object
- Undocumentednumpy.array_api._typing.Array
- n-d array object for the array API namespace.numpy.compat.py3k.contextlib_nullcontext
- Context manager that does no additional processing.numpy.core._internal._ctypes
- No class docstring; 4/4 properties, 0/4 instance variable, 7/8 methods documentednumpy.core._internal._missing_ctypes
- Undocumentednumpy.core._internal._missing_ctypes.c_void_p
- Undocumentednumpy.core._internal._Stream
- Undocumentednumpy.core._internal.dummy_ctype
- Undocumentednumpy.core._machar.MachAr
- Diagnosing machine parameters.numpy.core._ufunc_config._unspecified
- Undocumentednumpy.core.arrayprint._TimelikeFormat
- Undocumentednumpy.core.arrayprint.DatetimeFormat
- Undocumentednumpy.core.arrayprint.TimedeltaFormat
- Undocumentednumpy.core.arrayprint.BoolFormat
- Undocumentednumpy.core.arrayprint.ComplexFloatingFormat
- Formatter for subtypes of np.complexfloatingnumpy.core.arrayprint.FloatingFormat
- Formatter for subtypes of np.floatingnumpy.core.arrayprint.IntegerFormat
- Undocumentednumpy.core.arrayprint.StructuredVoidFormat
- Formatter for structured np.void objects.numpy.core.arrayprint.SubArrayFormat
- Undocumentednumpy.core.code_generators.genapi.BoolValuesApi
- Undocumentednumpy.core.code_generators.genapi.Function
- Undocumentednumpy.core.code_generators.genapi.FunctionApi
- Undocumentednumpy.core.code_generators.genapi.GlobalVarApi
- Undocumentednumpy.core.code_generators.genapi.NonNull
- Undocumentednumpy.core.code_generators.genapi.StealRef
- Undocumentednumpy.core.code_generators.genapi.TypeApi
- Undocumentednumpy.core.code_generators.generate_umath.FullTypeDescr
- Undocumentednumpy.core.code_generators.generate_umath.FuncNameSuffix
- Stores the suffix to append when generating functions names.numpy.core.code_generators.generate_umath.TypeDescription
- Type signature for a ufunc.numpy.core.code_generators.generate_umath.Ufunc
- Description of a ufunc.numpy.core.getlimits.finfo
- finfo(dtype)numpy.core.getlimits.iinfo
- iinfo(type)numpy.core.getlimits.MachArLike
- Object to simulate MachAr instancenumpy.core.multiarray.ndarray
numpy.core.rec.recarray
- Construct an ndarray that allows field access using attributes.numpy.matrixlib.defmatrix.matrix
- matrix(data, dtype=None, copy=True)numpy.core.numeric.ndarray
numpy.core.char.chararray
- chararray(shape, itemsize=1, unicode=False, buffer=None, offset=0, strides=None, order=None)numpy.core.memmap.memmap
- Create a memory-map to an array stored in a binary file on disk.numpy.core.numerictypes.void
numpy.core.rec.record
- A data-type scalar that allows field access as attribute lookup.numpy.core.rec.format_parser
- Class to convert formats, names, titles description to a dtype.numpy.core.setup.CallOnceOnly
- Undocumentednumpy.core.tests._locales.CommaDecimalPointLocale
- Sets LC_NUMERIC to a locale with comma as decimal point.numpy.core.tests.test_longdouble.TestCommaDecimalPointLocale
- Undocumentednumpy.core.tests.test_print.TestCommaDecimalPointLocale
- Undocumentednumpy.core.tests.test__exceptions.TestArrayMemoryError
- No class docstring; 3/4 methods documentednumpy.core.tests.test__exceptions.TestAxisError
- No class docstring; 2/2 methods documentednumpy.core.tests.test__exceptions.TestUFuncNoLoopError
- No class docstring; 1/1 method documentednumpy.core.tests.test_abc.TestABC
- Undocumentednumpy.core.tests.test_array_coercion.TestArrayLikes
- No class docstring; 1/6 method documentednumpy.core.tests.test_array_coercion.TestBadSequences
- Undocumentednumpy.core.tests.test_array_coercion.TestNested
- Undocumentednumpy.core.tests.test_array_coercion.TestScalarDiscovery
- No class docstring; 3/11 methods documentednumpy.core.tests.test_array_coercion.TestStringDiscovery
- Undocumentednumpy.core.tests.test_array_coercion.TestTimeScalars
- Undocumentednumpy.core.tests.test_arraymethod.TestClassGetItem
- No class docstring; 1/3 method documentednumpy.core.tests.test_arraymethod.TestResolveDescriptors
- Undocumentednumpy.core.tests.test_arraymethod.TestSimpleStridedCall
- Undocumentednumpy.core.tests.test_arrayprint.TestArray2String
- No class docstring; 2/14 methods documentednumpy.core.tests.test_arrayprint.TestArrayRepr
- Undocumentednumpy.core.tests.test_arrayprint.TestComplexArray
- Undocumentednumpy.core.tests.test_arrayprint.TestContextManager
- Undocumentednumpy.core.tests.test_arrayprint.TestPrintOptions
- Test getting and setting global print options.numpy.core.tests.test_casting_unittests.TestCasting
- No class docstring; 0/1 class variable, 3/18 methods documentednumpy.core.tests.test_casting_unittests.TestChanges
- These test cases exercise some behaviour changesnumpy.core.tests.test_conversion_utils.StringConverterTestCase
- No class docstring; 0/4 class variable, 1/5 method documentednumpy.core.tests.test_conversion_utils.TestByteorderConverter
- Tests of PyArray_ByteorderConverternumpy.core.tests.test_conversion_utils.TestCastingConverter
- Tests of PyArray_CastingConverternumpy.core.tests.test_conversion_utils.TestClipmodeConverter
- Tests of PyArray_ClipmodeConverternumpy.core.tests.test_conversion_utils.TestOrderConverter
- Tests of PyArray_OrderConverternumpy.core.tests.test_conversion_utils.TestSearchsideConverter
- Tests of PyArray_SearchsideConverternumpy.core.tests.test_conversion_utils.TestSelectkindConverter
- Tests of PyArray_SelectkindConverternumpy.core.tests.test_conversion_utils.TestSortkindConverter
- Tests of PyArray_SortkindConverternumpy.core.tests.test_conversion_utils.TestIntpConverter
- Tests of PyArray_IntpConverternumpy.core.tests.test_cpu_features.AbstractTest
- Undocumentednumpy.core.tests.test_cpu_features.Test_ARM_Features
- Undocumentednumpy.core.tests.test_cpu_features.Test_POWER_Features
- Undocumentednumpy.core.tests.test_cpu_features.Test_X86_Features
- Undocumentednumpy.core.tests.test_custom_dtypes.TestSFloat
- No class docstring; 1/17 method documentednumpy.core.tests.test_datetime.TestDateTime
- No class docstring; 4/91 methods documentednumpy.core.tests.test_datetime.TestDateTimeData
- Undocumentednumpy.core.tests.test_defchararray.TestBasic
- Undocumentednumpy.core.tests.test_defchararray.TestChar
- Undocumentednumpy.core.tests.test_defchararray.TestComparisons
- Undocumentednumpy.core.tests.test_defchararray.TestComparisonsMixed1
- Ticket #1276numpy.core.tests.test_defchararray.TestComparisonsMixed2
- Ticket #1276numpy.core.tests.test_defchararray.TestInformation
- Undocumentednumpy.core.tests.test_defchararray.TestMethods
- Undocumentednumpy.core.tests.test_defchararray.TestOperations
- No class docstring; 0/2 instance variable, 2/8 methods documentednumpy.core.tests.test_defchararray.TestVecString
- Undocumentednumpy.core.tests.test_defchararray.TestWhitespace
- Undocumentednumpy.core.tests.test_deprecations._DeprecationTestCase
- No class docstring; 0/2 instance variable, 0/1 class variable, 2/4 methods documentednumpy.core.tests.test_deprecations._VisibleDeprecationTestCase
- Undocumentednumpy.core.tests.test_deprecations.TestTooDeepDeprecation
- Undocumentednumpy.core.tests.test_deprecations.BuiltInRoundComplexDType
- Undocumentednumpy.core.tests.test_deprecations.FlatteningConcatenateUnsafeCast
- Undocumentednumpy.core.tests.test_deprecations.Test_GetSet_NumericOps
- Undocumentednumpy.core.tests.test_deprecations.Test_UPDATEIFCOPY
- v1.14 deprecates creating an array with the UPDATEIFCOPY flag, use WRITEBACKIFCOPY insteadnumpy.core.tests.test_deprecations.TestAlen
- Undocumentednumpy.core.tests.test_deprecations.TestArrayDataAttributeAssignmentDeprecation
- No summarynumpy.core.tests.test_deprecations.TestBinaryReprInsufficientWidthParameterForRepresentation
- No summarynumpy.core.tests.test_deprecations.TestBincount
- Undocumentednumpy.core.tests.test_deprecations.TestComparisonBadDType
- Undocumentednumpy.core.tests.test_deprecations.TestComparisonBadObjectDType
- Undocumentednumpy.core.tests.test_deprecations.TestComparisonDeprecations
- No summarynumpy.core.tests.test_deprecations.TestCtypesGetter
- Undocumentednumpy.core.tests.test_deprecations.TestDatetime64Timezone
- Parsing of datetime64 with timezones deprecated in 1.11.0, because datetime64 is now timezone naive rather than UTC only.numpy.core.tests.test_deprecations.TestDatetimeEvent
- Undocumentednumpy.core.tests.test_deprecations.TestDeprecatedGlobals
- Undocumentednumpy.core.tests.test_deprecations.TestDeprecatedUnpickleObjectScalar
- Technically, it should be impossible to create numpy object scalars, but there was an unpickle path that would in theory allow it. That path is invalid and must lead to the warning.numpy.core.tests.test_deprecations.TestDeprecateSubarrayDTypeDuringArrayCoercion
- Undocumentednumpy.core.tests.test_deprecations.TestDTypeAttributeIsDTypeDeprecation
- Undocumentednumpy.core.tests.test_deprecations.TestDTypeCoercion
- Undocumentednumpy.core.tests.test_deprecations.TestFromstring
- Undocumentednumpy.core.tests.test_deprecations.TestFromStringAndFileInvalidData
- Undocumentednumpy.core.tests.test_deprecations.TestFutureWarningArrayLikeNotIterable
- No class docstring; 0/1 class variable, 2/5 methods documentednumpy.core.tests.test_deprecations.TestGeneratorSum
- Undocumentednumpy.core.tests.test_deprecations.TestIncorrectAdvancedIndexWithEmptyResult
- Undocumentednumpy.core.tests.test_deprecations.TestMachAr
- Undocumentednumpy.core.tests.test_deprecations.TestMatrixInOuter
- Undocumentednumpy.core.tests.test_deprecations.TestNonCContiguousViewDeprecation
- View of non-C-contiguous arrays deprecated in 1.11.0.numpy.core.tests.test_deprecations.TestNonExactMatchDeprecation
- Undocumentednumpy.core.tests.test_deprecations.TestNonNumericConjugate
- Deprecate no-op behavior of ndarray.conjugate on non-numeric dtypes, which conflicts with the error behavior of np.conjugate.numpy.core.tests.test_deprecations.TestNonZero
- Undocumentednumpy.core.tests.test_deprecations.TestNoseDecoratorsDeprecated
- Undocumentednumpy.core.tests.test_deprecations.TestNPY_CHAR
- Undocumentednumpy.core.tests.test_deprecations.TestPartitionBoolIndex
- Undocumentednumpy.core.tests.test_deprecations.TestPositiveOnNonNumerical
- Undocumentednumpy.core.tests.test_deprecations.TestPyArray_AS1D
- Undocumentednumpy.core.tests.test_deprecations.TestPyArray_AS2D
- Undocumentednumpy.core.tests.test_deprecations.TestQuantileInterpolationDeprecation
- Undocumentednumpy.core.tests.test_deprecations.TestRaggedArray
- Undocumentednumpy.core.tests.test_deprecations.TestShape1Fields
- Undocumentednumpy.core.tests.test_deprecations.TestSingleElementSignature
- Undocumentednumpy.core.tests.test_deprecations.TestSpecialAttributeLookupFailure
- Undocumentednumpy.core.tests.test_deprecations.TestToString
- Undocumentednumpy.core.tests.test_deprecations.TestTruthTestingEmptyArrays
- Undocumentednumpy.core.tests.test_deprecations.TestUFuncForcedDTypeWarning
- Undocumentednumpy.core.tests.test_deprecations.TestNonTupleNDIndexDeprecation
- Undocumentednumpy.core.tests.test_deprecations.TestSpecialAttributeLookupFailure.WeirdArrayInterface
- Undocumentednumpy.core.tests.test_deprecations.TestSpecialAttributeLookupFailure.WeirdArrayLike
- Undocumentednumpy.core.tests.test_deprecations.TestTestDeprecated
- Undocumentednumpy.core.tests.test_dlpack.TestDLPack
- Undocumentednumpy.core.tests.test_dtype.TestBuiltin
- No class docstring; 1/11 method documentednumpy.core.tests.test_dtype.TestClassGetItem
- Undocumentednumpy.core.tests.test_dtype.TestDtypeAttributeDeletion
- Undocumentednumpy.core.tests.test_dtype.TestDtypeAttributes
- Undocumentednumpy.core.tests.test_dtype.TestDTypeClasses
- Undocumentednumpy.core.tests.test_dtype.TestFromCTypes
- No class docstring; 0/2 class variable, 1/16 method, 0/1 static method documentednumpy.core.tests.test_dtype.TestFromDTypeAttribute
- Undocumentednumpy.core.tests.test_dtype.TestMetadata
- Undocumentednumpy.core.tests.test_dtype.TestMonsterType
- Test deeply nested subtypes.numpy.core.tests.test_dtype.TestPickling
- Undocumentednumpy.core.tests.test_dtype.TestPromotion
- Test cases related to more complex DType promotions. Further promotion tests are defined in test_numeric.py
numpy.core.tests.test_dtype.TestRecord
- No class docstring; 2/18 methods documentednumpy.core.tests.test_dtype.TestString
- Undocumentednumpy.core.tests.test_dtype.TestStructuredDtypeSparseFields
- Tests subarray fields which contain sparse dtypes so that not all memory is used by the dtype work. Such dtype's should leave the underlying memory unchanged.numpy.core.tests.test_dtype.TestStructuredObjectRefcounting
- These tests cover various uses of complicated structured types which include objects and thus require reference counting.numpy.core.tests.test_dtype.TestSubarray
- No class docstring; 5/11 methods documentednumpy.core.tests.test_dtype.TestUserDType
- Undocumentednumpy.core.tests.test_einsum.TestEinsum
- Undocumentednumpy.core.tests.test_einsum.TestEinsumPath
- Undocumentednumpy.core.tests.test_errstate.TestErrstate
- Undocumentednumpy.core.tests.test_function_base.TestGeomspace
- Undocumentednumpy.core.tests.test_function_base.TestLinspace
- Undocumentednumpy.core.tests.test_function_base.TestLogspace
- Undocumentednumpy.core.tests.test_getlimits.TestDouble
- Undocumentednumpy.core.tests.test_getlimits.TestFinfo
- Undocumentednumpy.core.tests.test_getlimits.TestHalf
- Undocumentednumpy.core.tests.test_getlimits.TestIinfo
- Undocumentednumpy.core.tests.test_getlimits.TestLongdouble
- Undocumentednumpy.core.tests.test_getlimits.TestPythonFloat
- Undocumentednumpy.core.tests.test_getlimits.TestRepr
- Undocumentednumpy.core.tests.test_getlimits.TestSingle
- Undocumentednumpy.core.tests.test_half.TestHalf
- No class docstring; 0/9 instance variable, 10/17 methods documentednumpy.core.tests.test_indexerrors.TestIndexErrors
- Tests to exercise indexerrors not covered by other tests.numpy.core.tests.test_indexing.TestArrayToIndexDeprecation
- Creating an an index from array not 0-D is an error.numpy.core.tests.test_indexing.TestBooleanIndexing
- Undocumentednumpy.core.tests.test_indexing.TestBroadcastedAssignments
- Undocumentednumpy.core.tests.test_indexing.TestCApiAccess
- Undocumentednumpy.core.tests.test_indexing.TestFancyIndexingCast
- Undocumentednumpy.core.tests.test_indexing.TestFancyIndexingEquivalence
- Undocumentednumpy.core.tests.test_indexing.TestFieldIndexing
- Undocumentednumpy.core.tests.test_indexing.TestFloatNonIntegerArgument
- These test that TypeError is raised when you try to use non-integers as arguments to for indexing and slicing e.g. a[0.0:5] and a[0.5], or other functions like array.reshape(1., -1).numpy.core.tests.test_indexing.TestIndexing
- Undocumentednumpy.core.tests.test_indexing.TestMultiIndexingAutomated
- These tests use code to mimic the C-Code indexing for selection.numpy.core.tests.test_indexing.TestMultipleEllipsisError
- An index can only have a single ellipsis.numpy.core.tests.test_indexing.TestNonIntegerArrayLike
- Tests that array_likes only valid if can safely cast to integer.numpy.core.tests.test_indexing.TestSubclasses
- Undocumentednumpy.core.tests.test_item_selection.TestTake
- Undocumentednumpy.core.tests.test_longdouble.TestFileBased
- Undocumentednumpy.core.tests.test_machar.TestMachAr
- Undocumentednumpy.core.tests.test_mem_overlap.TestUFunc
- Test ufunc call memory overlap handlingnumpy.core.tests.test_memmap.TestMemmap
- Undocumentednumpy.core.tests.test_multiarray.MatmulCommon
- Common tests for '@' operator and numpy.matmul.numpy.core.tests.test_multiarray.TestMatmul
- Undocumentednumpy.core.tests.test_multiarray.TestMatmulOperator
- Undocumentednumpy.core.tests.test_multiarray.TestAlen
- Undocumentednumpy.core.tests.test_multiarray.TestAlignment
- Undocumentednumpy.core.tests.test_multiarray.TestArange
- Undocumentednumpy.core.tests.test_multiarray.TestArgmax
- Undocumentednumpy.core.tests.test_multiarray.TestArgmaxArgminCommon
- Undocumentednumpy.core.tests.test_multiarray.TestArgmin
- Undocumentednumpy.core.tests.test_multiarray.TestArrayAttributeDeletion
- Undocumentednumpy.core.tests.test_multiarray.TestArrayConstruction
- Undocumentednumpy.core.tests.test_multiarray.TestArrayCreationCopyArgument.RaiseOnBool
- Undocumentednumpy.core.tests.test_multiarray.TestArrayFinalize
- Tests __array_finalize__numpy.core.tests.test_multiarray.TestArrayInterface
- Undocumentednumpy.core.tests.test_multiarray.TestArrayInterface.Foo
- Undocumentednumpy.core.tests.test_multiarray.TestArrayPriority
- Undocumentednumpy.core.tests.test_multiarray.TestArrayPriority.Other
- Undocumentednumpy.core.tests.test_multiarray.TestAsCArray
- Undocumentednumpy.core.tests.test_multiarray.TestAssignment
- Undocumentednumpy.core.tests.test_multiarray.TestAttributes
- Undocumentednumpy.core.tests.test_multiarray.TestBinop
- Undocumentednumpy.core.tests.test_multiarray.TestBool
- Undocumentednumpy.core.tests.test_multiarray.TestBytestringArrayNonzero
- Undocumentednumpy.core.tests.test_multiarray.TestCAPI
- Undocumentednumpy.core.tests.test_multiarray.TestCequenceMethods
- Undocumentednumpy.core.tests.test_multiarray.TestChoose
- Undocumentednumpy.core.tests.test_multiarray.TestClip
- Undocumentednumpy.core.tests.test_multiarray.TestCompress
- Undocumentednumpy.core.tests.test_multiarray.TestConversion
- Undocumentednumpy.core.tests.test_multiarray.TestCreation
- Test the np.array constructornumpy.core.tests.test_multiarray.TestCTypes
- Undocumentednumpy.core.tests.test_multiarray.TestDot
- Undocumentednumpy.core.tests.test_multiarray.TestDtypedescr
- Undocumentednumpy.core.tests.test_multiarray.TestFancyIndexing
- Undocumentednumpy.core.tests.test_multiarray.TestFlags
- Undocumentednumpy.core.tests.test_multiarray.TestFlat
- Undocumentednumpy.core.tests.test_multiarray.TestFormat
- Undocumentednumpy.core.tests.test_multiarray.TestFromBuffer
- Undocumentednumpy.core.tests.test_multiarray.TestHash
- Undocumentednumpy.core.tests.test_multiarray.TestHashing
- Undocumentednumpy.core.tests.test_multiarray.TestInner
- Undocumentednumpy.core.tests.test_multiarray.TestIO
- Test tofile, fromfile, tobytes, and fromstringnumpy.core.tests.test_multiarray.TestLexsort
- Undocumentednumpy.core.tests.test_multiarray.TestMapIter
- Undocumentednumpy.core.tests.test_multiarray.TestMemEventHook
- Undocumentednumpy.core.tests.test_multiarray.TestMethods
- Undocumentednumpy.core.tests.test_multiarray.TestMinMax
- Undocumentednumpy.core.tests.test_multiarray.TestMinScalarType
- Undocumentednumpy.core.tests.test_multiarray.TestNeighborhoodIter
- Undocumentednumpy.core.tests.test_multiarray.TestNewaxis
- Undocumentednumpy.core.tests.test_multiarray.TestNewBufferProtocol
- Test PEP3118 buffersnumpy.core.tests.test_multiarray.TestPEP3118Dtype
- Undocumentednumpy.core.tests.test_multiarray.TestPickling
- Undocumentednumpy.core.tests.test_multiarray.TestPutmask
- Undocumentednumpy.core.tests.test_multiarray.TestRecord
- Undocumentednumpy.core.tests.test_multiarray.TestRepeat
- Undocumentednumpy.core.tests.test_multiarray.TestResize
- Undocumentednumpy.core.tests.test_multiarray.TestScalarIndexing
- Undocumentednumpy.core.tests.test_multiarray.TestSizeOf
- Undocumentednumpy.core.tests.test_multiarray.TestStackedNeighborhoodIter
- Undocumentednumpy.core.tests.test_multiarray.TestStats
- Undocumentednumpy.core.tests.test_multiarray.TestStringCompare
- Undocumentednumpy.core.tests.test_multiarray.TestStructured
- Undocumentednumpy.core.tests.test_multiarray.TestSubscripting
- Undocumentednumpy.core.tests.test_multiarray.TestTake
- Undocumentednumpy.core.tests.test_multiarray.TestTemporaryElide
- Undocumentednumpy.core.tests.test_multiarray.TestUnicodeArrayNonzero
- Undocumentednumpy.core.tests.test_multiarray.TestUnicodeEncoding
- Tests for encoding related bugs, such as UCS2 vs UCS4, round-tripping issues, etcnumpy.core.tests.test_multiarray.TestVdot
- Undocumentednumpy.core.tests.test_multiarray.TestView
- Undocumentednumpy.core.tests.test_multiarray.TestWarnings
- Undocumentednumpy.core.tests.test_multiarray.TestWhere
- Undocumentednumpy.core.tests.test_multiarray.TestWritebackIfCopy
- Undocumentednumpy.core.tests.test_multiarray.TestZeroRank
- Undocumentednumpy.core.tests.test_multiarray.TestZeroSizeFlexible
- Undocumentednumpy.core.tests.test_nditer.TestIterNested
- Undocumentednumpy.core.tests.test_numeric.TestAllclose
- Undocumentednumpy.core.tests.test_numeric.TestArgwhere
- Undocumentednumpy.core.tests.test_numeric.TestArrayComparisons
- Undocumentednumpy.core.tests.test_numeric.TestBaseRepr
- Undocumentednumpy.core.tests.test_numeric.TestBinaryRepr
- Undocumentednumpy.core.tests.test_numeric.TestBoolArray
- Undocumentednumpy.core.tests.test_numeric.TestBoolCmp
- Undocumentednumpy.core.tests.test_numeric.TestBoolScalar
- Undocumentednumpy.core.tests.test_numeric.TestBroadcast
- Undocumentednumpy.core.tests.test_numeric.TestClip
- No class docstring; 0/2 instance variable, 1/57 method documentednumpy.core.tests.test_numeric.TestConvolve
- Undocumentednumpy.core.tests.test_numeric.TestCorrelate
- Undocumentednumpy.core.tests.test_numeric.TestCreationFuncs
- Undocumentednumpy.core.tests.test_numeric.TestCross
- Undocumentednumpy.core.tests.test_numeric.TestFloatExceptions
- Undocumentednumpy.core.tests.test_numeric.TestFromiter
- Undocumentednumpy.core.tests.test_numeric.TestIndex
- Undocumentednumpy.core.tests.test_numeric.TestIndices
- Undocumentednumpy.core.tests.test_numeric.TestIsclose
- Undocumentednumpy.core.tests.test_numeric.TestIsscalar
- Undocumentednumpy.core.tests.test_numeric.TestKeepdims
- Undocumentednumpy.core.tests.test_numeric.TestLikeFuncs
- Test ones_like, zeros_like, empty_like and full_likenumpy.core.tests.test_numeric.TestMoveaxis
- Undocumentednumpy.core.tests.test_numeric.TestNonarrayArgs
- Undocumentednumpy.core.tests.test_numeric.TestNonzero
- Undocumentednumpy.core.tests.test_numeric.TestRequire
- Undocumentednumpy.core.tests.test_numeric.TestResize
- Undocumentednumpy.core.tests.test_numeric.TestRoll
- Undocumentednumpy.core.tests.test_numeric.TestRollaxis
- Undocumentednumpy.core.tests.test_numeric.TestSeterr
- Undocumentednumpy.core.tests.test_numeric.TestStdVar
- Undocumentednumpy.core.tests.test_numeric.TestStdVarComplex
- Undocumentednumpy.core.tests.test_numeric.TestStringFunction
- Undocumentednumpy.core.tests.test_numeric.TestTensordot
- Undocumentednumpy.core.tests.test_numeric.TestTypes
- No class docstring; 1/14 method documentednumpy.core.tests.test_numerictypes.CreateValues
- Check the creation of heterogeneous arrays with valuesnumpy.core.tests.test_numerictypes.TestCreateValuesNestedMultiple
- Check the creation of heterogeneous arrays (nested, multiple rows)numpy.core.tests.test_numerictypes.TestCreateValuesNestedSingle
- Check the creation of heterogeneous arrays (nested, single row)numpy.core.tests.test_numerictypes.TestCreateValuesPlainMultiple
- Check the creation of heterogeneous arrays (plain, multiple rows)numpy.core.tests.test_numerictypes.TestCreateValuesPlainSingle
- Check the creation of heterogeneous arrays (plain, single row)numpy.core.tests.test_numerictypes.CreateZeros
- Check the creation of heterogeneous arrays zero-valuednumpy.core.tests.test_numerictypes.TestCreateZerosNested
- Check the creation of heterogeneous arrays zero-valued (nested)numpy.core.tests.test_numerictypes.TestCreateZerosPlain
- Check the creation of heterogeneous arrays zero-valued (plain)numpy.core.tests.test_numerictypes.ReadValuesNested
- Check the reading of values in heterogeneous arrays (nested)numpy.core.tests.test_numerictypes.TestReadValuesNestedMultiple
- Check the values of heterogeneous arrays (nested, multiple rows)numpy.core.tests.test_numerictypes.TestReadValuesNestedSingle
- Check the values of heterogeneous arrays (nested, single row)numpy.core.tests.test_numerictypes.ReadValuesPlain
- Check the reading of values in heterogeneous arrays (plain)numpy.core.tests.test_numerictypes.TestReadValuesPlainMultiple
- Check the values of heterogeneous arrays (plain, multiple rows)numpy.core.tests.test_numerictypes.TestReadValuesPlainSingle
- Check the creation of heterogeneous arrays (plain, single row)numpy.core.tests.test_numerictypes.Test_sctype2char
- Undocumentednumpy.core.tests.test_numerictypes.TestBitName
- Undocumentednumpy.core.tests.test_numerictypes.TestCommonType
- Undocumentednumpy.core.tests.test_numerictypes.TestDocStrings
- Undocumentednumpy.core.tests.test_numerictypes.TestEmptyField
- Undocumentednumpy.core.tests.test_numerictypes.TestIsSubDType
- Undocumentednumpy.core.tests.test_numerictypes.TestMaximumSctype
- Undocumentednumpy.core.tests.test_numerictypes.TestMultipleFields
- Undocumentednumpy.core.tests.test_numerictypes.TestScalarTypeNames
- No class docstring; 0/1 class variable, 2/3 methods documentednumpy.core.tests.test_numerictypes.TestSctypeDict
- Undocumentednumpy.core.tests.test_overrides.TestArrayFunctionDispatch
- Undocumentednumpy.core.tests.test_overrides.TestArrayFunctionImplementation
- Undocumentednumpy.core.tests.test_overrides.TestArrayLike
- Undocumentednumpy.core.tests.test_overrides.TestGetImplementingArgs
- Undocumentednumpy.core.tests.test_overrides.TestNDArrayArrayFunction
- Undocumentednumpy.core.tests.test_overrides.TestNDArrayMethods
- Undocumentednumpy.core.tests.test_overrides.TestNumPyFunctions
- Undocumentednumpy.core.tests.test_overrides.TestVerifyMatchingSignatures
- Undocumentednumpy.core.tests.test_records.TestFromrecords
- No class docstring; 1/19 method documentednumpy.core.tests.test_records.TestPathUsage
- Undocumentednumpy.core.tests.test_records.TestRecord
- No class docstring; 0/1 instance variable, 2/17 methods documentednumpy.core.tests.test_regression.TestRegression
- No class docstring; 9/262 methods documentednumpy.core.tests.test_scalar_ctors.TestArrayFromScalar
- gh-15467numpy.core.tests.test_scalar_ctors.TestExtraArgs
- Undocumentednumpy.core.tests.test_scalar_ctors.TestFromInt
- Undocumentednumpy.core.tests.test_scalar_ctors.TestFromString
- No class docstring; 1/2 method documentednumpy.core.tests.test_scalar_methods.TestAsIntegerRatio
- Undocumentednumpy.core.tests.test_scalar_methods.TestBitCount
- Undocumentednumpy.core.tests.test_scalar_methods.TestClassGetItem
- Undocumentednumpy.core.tests.test_scalar_methods.TestIsInteger
- Undocumentednumpy.core.tests.test_scalarbuffer.TestScalarPEP3118
- Undocumentednumpy.core.tests.test_scalarinherit.A
- Undocumentednumpy.core.tests.test_scalarinherit.B
- Undocumentednumpy.core.tests.test_scalarinherit.C
- Undocumentednumpy.core.tests.test_scalarinherit.D
- Undocumentednumpy.core.tests.test_scalarinherit.D
- Undocumentednumpy.core.tests.test_scalarinherit.B0
- Undocumentednumpy.core.tests.test_scalarinherit.C0
- Undocumentednumpy.core.tests.test_scalarinherit.HasNew
- Undocumentednumpy.core.tests.test_scalarinherit.B1
- Undocumentednumpy.core.tests.test_scalarinherit.TestCharacter
- Undocumentednumpy.core.tests.test_scalarinherit.TestInherit
- Undocumentednumpy.core.tests.test_scalarmath.TestAbs
- Undocumentednumpy.core.tests.test_scalarmath.TestBaseMath
- Undocumentednumpy.core.tests.test_scalarmath.TestBitShifts
- No class docstring; 1/1 method documentednumpy.core.tests.test_scalarmath.TestComplexDivision
- Undocumentednumpy.core.tests.test_scalarmath.TestConversion
- Undocumentednumpy.core.tests.test_scalarmath.TestHash
- Undocumentednumpy.core.tests.test_scalarmath.TestModulus
- Undocumentednumpy.core.tests.test_scalarmath.TestMultiply
- Undocumentednumpy.core.tests.test_scalarmath.TestNegative
- Undocumentednumpy.core.tests.test_scalarmath.TestPower
- Undocumentednumpy.core.tests.test_scalarmath.TestRepr
- Undocumentednumpy.core.tests.test_scalarmath.TestSizeOf
- Undocumentednumpy.core.tests.test_scalarmath.TestSubtract
- Undocumentednumpy.core.tests.test_scalarmath.TestTypes
- Undocumentednumpy.core.tests.test_scalarprint.TestRealScalars
- Undocumentednumpy.core.tests.test_shape_base.TestAtleast1d
- No class docstring; 1/5 method documentednumpy.core.tests.test_shape_base.TestAtleast2d
- No class docstring; 1/5 method documentednumpy.core.tests.test_shape_base.TestAtleast3d
- Undocumentednumpy.core.tests.test_shape_base.TestBlock
- Undocumentednumpy.core.tests.test_shape_base.TestConcatenate
- Undocumentednumpy.core.tests.test_shape_base.TestHstack
- Undocumentednumpy.core.tests.test_shape_base.TestVstack
- Undocumentednumpy.core.tests.test_simd._Test_Utility
- No class docstring; 0/3 class variable, 2/15 methods documentednumpy.core.tests.test_simd._SIMD_ALL
- To test all vector types at oncenumpy.core.tests.test_simd._SIMD_BOOL
- To test all boolean vector types at oncenumpy.core.tests.test_simd._SIMD_FP
- To test all float vector types at oncenumpy.core.tests.test_simd._SIMD_FP32
- To only test single precisionnumpy.core.tests.test_simd._SIMD_FP64
- To only test double precisionnumpy.core.tests.test_simd._SIMD_INT
- To test all integer vector types at oncenumpy.core.tests.test_simd_module.Test_SIMD_MODULE
- Undocumentednumpy.core.tests.test_ufunc.TestUfunc
- No class docstring; 0/2 class variable, 4/111 methods documentednumpy.core.tests.test_ufunc.TestUfuncGenericLoops
- Test generic loops.numpy.core.tests.test_ufunc.TestUfuncGenericLoops.foo
- Undocumentednumpy.core.tests.test_ufunc.TestUfuncKwargs
- Undocumentednumpy.core.tests.test_umath._FilterInvalids
- Undocumentednumpy.core.tests.test_umath.TestFmax
- Undocumentednumpy.core.tests.test_umath.TestFmin
- Undocumentednumpy.core.tests.test_umath.TestLogAddExp
- Undocumentednumpy.core.tests.test_umath.TestLogAddExp2
- Undocumentednumpy.core.tests.test_umath.TestMaximum
- Undocumentednumpy.core.tests.test_umath.TestMinimum
- Undocumentednumpy.core.tests.test_umath.TestAbsoluteNegative
- Undocumentednumpy.core.tests.test_umath.TestAdd
- Undocumentednumpy.core.tests.test_umath.TestArctan2SpecialValues
- Undocumentednumpy.core.tests.test_umath.TestAttributes
- Undocumentednumpy.core.tests.test_umath.TestAVXFloat32Transcendental
- Undocumentednumpy.core.tests.test_umath.TestAVXUfuncs
- Undocumentednumpy.core.tests.test_umath.TestBitwiseUFuncs
- Undocumentednumpy.core.tests.test_umath.TestBool
- Undocumentednumpy.core.tests.test_umath.TestCbrt
- Undocumentednumpy.core.tests.test_umath.TestChoose
- Undocumentednumpy.core.tests.test_umath.TestComparisons
- Undocumentednumpy.core.tests.test_umath.TestComplexFunctions
- No class docstring; 0/1 class variable, 1/6 method documentednumpy.core.tests.test_umath.TestConstants
- Undocumentednumpy.core.tests.test_umath.TestDegrees
- Undocumentednumpy.core.tests.test_umath.TestDivision
- Undocumentednumpy.core.tests.test_umath.TestExp
- Undocumentednumpy.core.tests.test_umath.TestExp2
- Undocumentednumpy.core.tests.test_umath.TestExpm1
- Undocumentednumpy.core.tests.test_umath.TestFloat_power
- Undocumentednumpy.core.tests.test_umath.TestFloatingPoint
- Undocumentednumpy.core.tests.test_umath.TestFPClass
- Undocumentednumpy.core.tests.test_umath.TestFRExp
- Undocumentednumpy.core.tests.test_umath.TestFrompyfunc
- Undocumentednumpy.core.tests.test_umath.TestHeavside
- Undocumentednumpy.core.tests.test_umath.TestHypot
- Undocumentednumpy.core.tests.test_umath.TestHypotSpecialValues
- Undocumentednumpy.core.tests.test_umath.TestInt
- Undocumentednumpy.core.tests.test_umath.TestLDExp
- Undocumentednumpy.core.tests.test_umath.TestLdexp
- Undocumentednumpy.core.tests.test_umath.TestLog
- Undocumentednumpy.core.tests.test_umath.TestLog1p
- Undocumentednumpy.core.tests.test_umath.TestLog2
- Undocumentednumpy.core.tests.test_umath.TestMinMax
- Undocumentednumpy.core.tests.test_umath.TestOut
- Undocumentednumpy.core.tests.test_umath.TestPositive
- Undocumentednumpy.core.tests.test_umath.TestPower
- Undocumentednumpy.core.tests.test_umath.TestRadians
- Undocumentednumpy.core.tests.test_umath.TestRationalFunctions
- Undocumentednumpy.core.tests.test_umath.TestRemainder
- Undocumentednumpy.core.tests.test_umath.TestRoundingFunctions
- No class docstring; 2/3 methods documentednumpy.core.tests.test_umath.TestSign
- Undocumentednumpy.core.tests.test_umath.TestSpecialFloats
- Undocumentednumpy.core.tests.test_umath.TestSpecialMethods
- Undocumentednumpy.core.tests.test_umath.TestSubclass
- Undocumentednumpy.core.tests.test_umath_accuracy.TestAccuracy
- Undocumentednumpy.core.tests.test_umath_complex.TestCabs
- Undocumentednumpy.core.tests.test_umath_complex.TestCarg
- Undocumentednumpy.core.tests.test_umath_complex.TestCexp
- Undocumentednumpy.core.tests.test_umath_complex.TestClog
- Undocumentednumpy.core.tests.test_umath_complex.TestComplexAbsoluteAVX
- Undocumentednumpy.core.tests.test_umath_complex.TestComplexAbsoluteMixedDTypes
- Undocumentednumpy.core.tests.test_umath_complex.TestCpow
- Undocumentednumpy.core.tests.test_umath_complex.TestCsqrt
- Undocumentednumpy.core.tests.test_umath_complex.TestSpecialComplexAVX
- Undocumentednumpy.core.tests.test_unicode.AssignValues
- Check the assignment of unicode arrays with valuesnumpy.core.tests.test_unicode.TestAssignValues_1009_UCS2
- Check the assignment of valued arrays (size 1009, UCS2 values)numpy.core.tests.test_unicode.TestAssignValues_1009_UCS4
- Check the assignment of valued arrays (size 1009, UCS4 values)numpy.core.tests.test_unicode.TestAssignValues_1_UCS2
- Check the assignment of valued arrays (size 1, UCS2 values)numpy.core.tests.test_unicode.TestAssignValues_1_UCS4
- Check the assignment of valued arrays (size 1, UCS4 values)numpy.core.tests.test_unicode.TestAssignValues_2_UCS2
- Check the assignment of valued arrays (size 2, UCS2 values)numpy.core.tests.test_unicode.TestAssignValues_2_UCS4
- Check the assignment of valued arrays (size 2, UCS4 values)numpy.core.tests.test_unicode.ByteorderValues
- Check the byteorder of unicode arrays in round-trip conversionsnumpy.core.tests.test_unicode.TestByteorder_1009_UCS2
- Check the byteorder in unicode (size 1009, UCS2 values)numpy.core.tests.test_unicode.TestByteorder_1009_UCS4
- Check the byteorder in unicode (size 1009, UCS4 values)numpy.core.tests.test_unicode.TestByteorder_1_UCS2
- Check the byteorder in unicode (size 1, UCS2 values)numpy.core.tests.test_unicode.TestByteorder_1_UCS4
- Check the byteorder in unicode (size 1, UCS4 values)numpy.core.tests.test_unicode.TestByteorder_2_UCS2
- Check the byteorder in unicode (size 2, UCS2 values)numpy.core.tests.test_unicode.TestByteorder_2_UCS4
- Check the byteorder in unicode (size 2, UCS4 values)numpy.core.tests.test_unicode.CreateValues
- Check the creation of unicode arrays with valuesnumpy.core.tests.test_unicode.TestCreateValues_1009_UCS2
- Check the creation of valued arrays (size 1009, UCS2 values)numpy.core.tests.test_unicode.TestCreateValues_1009_UCS4
- Check the creation of valued arrays (size 1009, UCS4 values)numpy.core.tests.test_unicode.TestCreateValues_1_UCS2
- Check the creation of valued arrays (size 1, UCS2 values)numpy.core.tests.test_unicode.TestCreateValues_1_UCS4
- Check the creation of valued arrays (size 1, UCS4 values)numpy.core.tests.test_unicode.TestCreateValues_2_UCS2
- Check the creation of valued arrays (size 2, UCS2 values)numpy.core.tests.test_unicode.TestCreateValues_2_UCS4
- Check the creation of valued arrays (size 2, UCS4 values)numpy.core.tests.test_unicode.CreateZeros
- Check the creation of zero-valued arraysnumpy.core.tests.test_unicode.TestCreateZeros_1
- Check the creation of zero-valued arrays (size 1)numpy.core.tests.test_unicode.TestCreateZeros_1009
- Check the creation of zero-valued arrays (size 1009)numpy.core.tests.test_unicode.TestCreateZeros_2
- Check the creation of zero-valued arrays (size 2)numpy.distutils._shell_utils.CommandLineParser
- An object that knows how to split and join command-line arguments.numpy.distutils._shell_utils.PosixParser
- The parsing behavior used by subprocess.call("string", shell=True)
on Posix.numpy.distutils._shell_utils.WindowsParser
- The parsing behavior used by subprocess.call("string")
on Windows, which matches the Microsoft C/C++ runtime.numpy.distutils.ccompiler.CCompiler
numpy.distutils.fcompiler.FCompiler
- Abstract base class to define the interface that must be implemented by real Fortran compiler classes.numpy.distutils.fcompiler.absoft.AbsoftFCompiler
- Undocumentednumpy.distutils.fcompiler.arm.ArmFlangCompiler
- No class docstring; 0/9 class variable, 1/8 method documentednumpy.distutils.fcompiler.compaq.CompaqFCompiler
- Undocumentednumpy.distutils.fcompiler.compaq.CompaqVisualFCompiler
- Undocumentednumpy.distutils.fcompiler.fujitsu.FujitsuFCompiler
- Undocumentednumpy.distutils.fcompiler.g95.G95FCompiler
- Undocumentednumpy.distutils.fcompiler.gnu.GnuFCompiler
- No class docstring; 0/10 class variable, 2/12 methods documentednumpy.distutils.fcompiler.gnu.Gnu95FCompiler
- No class docstring; 0/8 class variable, 3/11 methods documentednumpy.distutils.fcompiler.vast.VastFCompiler
- Undocumentednumpy.distutils.fcompiler.hpux.HPUXFCompiler
- Undocumentednumpy.distutils.fcompiler.ibm.IBMFCompiler
- Undocumentednumpy.distutils.fcompiler.intel.BaseIntelFCompiler
- Undocumentednumpy.distutils.fcompiler.intel.IntelFCompiler
- Undocumentednumpy.distutils.fcompiler.intel.IntelEM64TFCompiler
- Undocumentednumpy.distutils.fcompiler.intel.IntelItaniumFCompiler
- Undocumentednumpy.distutils.fcompiler.intel.IntelVisualFCompiler
- Undocumentednumpy.distutils.fcompiler.intel.IntelEM64VisualFCompiler
- Undocumentednumpy.distutils.fcompiler.intel.IntelItaniumVisualFCompiler
- Undocumentednumpy.distutils.fcompiler.lahey.LaheyFCompiler
- Undocumentednumpy.distutils.fcompiler.mips.MIPSFCompiler
- Undocumentednumpy.distutils.fcompiler.nag.BaseNAGFCompiler
- Undocumentednumpy.distutils.fcompiler.nag.NAGFCompiler
- Undocumentednumpy.distutils.fcompiler.nag.NAGFORCompiler
- Undocumentednumpy.distutils.fcompiler.none.NoneFCompiler
- Undocumentednumpy.distutils.fcompiler.nv.NVHPCFCompiler
- NVIDIA High Performance Computing (HPC) SDK Fortran Compilernumpy.distutils.fcompiler.pathf95.PathScaleFCompiler
- Undocumentednumpy.distutils.fcompiler.pg.PGroupFCompiler
- Undocumentednumpy.distutils.fcompiler.pg.PGroupFlangCompiler
- No class docstring; 0/8 class variable, 1/8 method documentednumpy.distutils.fcompiler.sun.SunFCompiler
- Undocumentednumpy.distutils.ccompiler_opt._Cache
- An abstract class handles caching functionality, provides two levels of caching, in-memory by share instances attributes among each other and by store attributes into files.numpy.distutils.ccompiler_opt.CCompilerOpt
- A helper class for CCompiler
aims to provide extra build options to effectively control of compiler optimizations that are directly related to CPU features.numpy.distutils.ccompiler_opt._CCompiler
- A helper class for CCompilerOpt
containing all utilities that related to the fundamental compiler's functions.numpy.distutils.ccompiler_opt.CCompilerOpt
- A helper class for CCompiler
aims to provide extra build options to effectively control of compiler optimizations that are directly related to CPU features.numpy.distutils.ccompiler_opt._Config
- An abstract class holds all configurable attributes of CCompilerOpt
, these class attributes can be used to change the default behavior of CCompilerOpt
in order to fit other requirements.numpy.distutils.ccompiler_opt.CCompilerOpt
- A helper class for CCompiler
aims to provide extra build options to effectively control of compiler optimizations that are directly related to CPU features.numpy.distutils.ccompiler_opt._Distutils
- A helper class that provides a collection of fundamental methods implemented in a top of Python and NumPy Distutils.numpy.distutils.ccompiler_opt.CCompilerOpt
- A helper class for CCompiler
aims to provide extra build options to effectively control of compiler optimizations that are directly related to CPU features.numpy.distutils.ccompiler_opt._Feature
- A helper class for CCompilerOpt
that managing CPU features.numpy.distutils.ccompiler_opt.CCompilerOpt
- A helper class for CCompiler
aims to provide extra build options to effectively control of compiler optimizations that are directly related to CPU features.numpy.distutils.ccompiler_opt._Parse
- A helper class that parsing main arguments of CCompilerOpt
, also parsing configuration statements in dispatch-able sources.numpy.distutils.ccompiler_opt.CCompilerOpt
- A helper class for CCompiler
aims to provide extra build options to effectively control of compiler optimizations that are directly related to CPU features.numpy.distutils.command.config.GrabStdout
- Undocumentednumpy.distutils.cpuinfo.CPUInfoBase
- Holds CPU information and provides methods for requiring the availability of various CPU features.numpy.distutils.cpuinfo.DarwinCPUInfo
- Undocumentednumpy.distutils.cpuinfo.IRIXCPUInfo
- Undocumentednumpy.distutils.cpuinfo.LinuxCPUInfo
- Undocumentednumpy.distutils.cpuinfo.SunOSCPUInfo
- Undocumentednumpy.distutils.cpuinfo.Win32CPUInfo
- Undocumentednumpy.distutils.fcompiler.environment.EnvironmentConfig
- Undocumentednumpy.distutils.misc_util.Configuration
- No class docstring; 0/11 instance variable, 0/4 class variable, 30/38 methods documentednumpy.distutils.misc_util.InstallableLib
- Container to hold information on an installable library.numpy.distutils.npy_pkg_config.LibraryInfo
- Object containing build information about a library.numpy.distutils.npy_pkg_config.VariableSet
- Container object for the variables defined in a config file.numpy.distutils.system_info._ilp64_opt_info_mixin
- Undocumentednumpy.distutils.system_info.blas_ilp64_opt_info
- Undocumentednumpy.distutils.system_info.blas64__opt_info
- Undocumentednumpy.distutils.system_info.blas_ilp64_plain_opt_info
- Undocumentednumpy.distutils.system_info.lapack_ilp64_opt_info
- Undocumentednumpy.distutils.system_info.lapack64__opt_info
- Undocumentednumpy.distutils.system_info.lapack_ilp64_plain_opt_info
- Undocumentednumpy.distutils.system_info.system_info
- get_info() is the only public method. Don't use others.numpy.distutils.system_info._numpy_info
- Undocumentednumpy.distutils.system_info.numarray_info
- Undocumentednumpy.distutils.system_info.Numeric_info
- Undocumentednumpy.distutils.system_info.numpy_info
- Undocumentednumpy.distutils.system_info._pkg_config_info
- Undocumentednumpy.distutils.system_info.freetype2_info
- Undocumentednumpy.distutils.system_info.gdk_2_info
- Undocumentednumpy.distutils.system_info.gdk_info
- Undocumentednumpy.distutils.system_info.gdk_pixbuf_2_info
- Undocumentednumpy.distutils.system_info.gdk_pixbuf_xlib_2_info
- Undocumentednumpy.distutils.system_info.gdk_x11_2_info
- Undocumentednumpy.distutils.system_info.gtkp_2_info
- Undocumentednumpy.distutils.system_info.gtkp_x11_2_info
- Undocumentednumpy.distutils.system_info.wx_info
- Undocumentednumpy.distutils.system_info.xft_info
- Undocumentednumpy.distutils.system_info.accelerate_info
- Undocumentednumpy.distutils.system_info.agg2_info
- Undocumentednumpy.distutils.system_info.amd_info
- Undocumentednumpy.distutils.system_info.armpl_info
- Undocumentednumpy.distutils.system_info.blas_armpl_info
- Undocumentednumpy.distutils.system_info.lapack_armpl_info
- Undocumentednumpy.distutils.system_info.atlas_info
- Undocumentednumpy.distutils.system_info.atlas_3_10_info
- Undocumentednumpy.distutils.system_info.atlas_3_10_blas_info
- Undocumentednumpy.distutils.system_info.atlas_3_10_blas_threads_info
- Undocumentednumpy.distutils.system_info.atlas_3_10_threads_info
- Undocumentednumpy.distutils.system_info.lapack_atlas_3_10_threads_info
- Undocumentednumpy.distutils.system_info.lapack_atlas_3_10_info
- Undocumentednumpy.distutils.system_info.atlas_blas_info
- Undocumentednumpy.distutils.system_info.atlas_blas_threads_info
- Undocumentednumpy.distutils.system_info.atlas_threads_info
- Undocumentednumpy.distutils.system_info.lapack_atlas_threads_info
- Undocumentednumpy.distutils.system_info.lapack_atlas_info
- Undocumentednumpy.distutils.system_info.blas_info
- No class docstring; 0/3 class variable, 1/2 method documentednumpy.distutils.system_info.blis_info
- Undocumentednumpy.distutils.system_info.openblas_info
- Undocumentednumpy.distutils.system_info.openblas_ilp64_info
- Undocumentednumpy.distutils.system_info.openblas64__info
- Undocumentednumpy.distutils.system_info.openblas64__lapack_info
- Undocumentednumpy.distutils.system_info.openblas_ilp64_lapack_info
- Undocumentednumpy.distutils.system_info.openblas64__lapack_info
- Undocumentednumpy.distutils.system_info.openblas_lapack_info
- Undocumentednumpy.distutils.system_info.openblas_clapack_info
- Undocumentednumpy.distutils.system_info.blas_opt_info
- Undocumentednumpy.distutils.system_info.blas_ilp64_opt_info
- Undocumentednumpy.distutils.system_info.blas64__opt_info
- Undocumentednumpy.distutils.system_info.blas_ilp64_plain_opt_info
- Undocumentednumpy.distutils.system_info.blas_src_info
- Undocumentednumpy.distutils.system_info.boost_python_info
- Undocumentednumpy.distutils.system_info.cblas_info
- Undocumentednumpy.distutils.system_info.djbfft_info
- Undocumentednumpy.distutils.system_info.f2py_info
- Undocumentednumpy.distutils.system_info.fft_opt_info
- Undocumentednumpy.distutils.system_info.fftw_info
- No class docstring; 0/3 class variable, 1/2 method documentednumpy.distutils.system_info.dfftw_info
- Undocumentednumpy.distutils.system_info.dfftw_threads_info
- Undocumentednumpy.distutils.system_info.fftw2_info
- Undocumentednumpy.distutils.system_info.fftw3_armpl_info
- Undocumentednumpy.distutils.system_info.fftw3_info
- Undocumentednumpy.distutils.system_info.fftw_threads_info
- Undocumentednumpy.distutils.system_info.sfftw_info
- Undocumentednumpy.distutils.system_info.sfftw_threads_info
- Undocumentednumpy.distutils.system_info.flame_info
- Usage of libflame for LAPACK operationsnumpy.distutils.system_info.lapack_info
- Undocumentednumpy.distutils.system_info.lapack_opt_info
- Undocumentednumpy.distutils.system_info.lapack_ilp64_opt_info
- Undocumentednumpy.distutils.system_info.lapack64__opt_info
- Undocumentednumpy.distutils.system_info.lapack_ilp64_plain_opt_info
- Undocumentednumpy.distutils.system_info.lapack_src_info
- Undocumentednumpy.distutils.system_info.mkl_info
- Undocumentednumpy.distutils.system_info.blas_mkl_info
- Undocumentednumpy.distutils.system_info.lapack_mkl_info
- Undocumentednumpy.distutils.system_info.numerix_info
- Undocumentednumpy.distutils.system_info.umfpack_info
- Undocumentednumpy.distutils.system_info.x11_info
- Undocumentednumpy.distutils.tests.test_system_info._system_info
- No class docstring; 0/2 instance variable, 1/2 method documentednumpy.distutils.tests.test_system_info.DuplicateOptionInfo
- For testing purposesnumpy.distutils.tests.test_system_info.Temp1Info
- For testing purposesnumpy.distutils.tests.test_system_info.Temp2Info
- For testing purposesnumpy.distutils.tests.test_ccompiler_opt._Test_CCompilerOpt
- Undocumentednumpy.distutils.tests.test_exec_command.emulate_nonposix
- Context manager to emulate os.name != 'posix'numpy.distutils.tests.test_exec_command.redirect_stderr
- Context manager to redirect stderr for exec_command test.numpy.distutils.tests.test_exec_command.redirect_stdout
- Context manager to redirect stdout for exec_command test.numpy.distutils.tests.test_exec_command.TestExecCommand
- Undocumentednumpy.distutils.tests.test_fcompiler_gnu.TestG77Versions
- Undocumentednumpy.distutils.tests.test_fcompiler_gnu.TestGFortranVersions
- Undocumentednumpy.distutils.tests.test_fcompiler_intel.TestIntelEM64TFCompilerVersions
- Undocumentednumpy.distutils.tests.test_fcompiler_intel.TestIntelFCompilerVersions
- Undocumentednumpy.distutils.tests.test_fcompiler_nagfor.TestNagFCompilerVersions
- Undocumentednumpy.distutils.tests.test_misc_util.TestAppendpath
- Undocumentednumpy.distutils.tests.test_misc_util.TestGpaths
- Undocumentednumpy.distutils.tests.test_misc_util.TestMinrelpath
- Undocumentednumpy.distutils.tests.test_misc_util.TestSharedExtension
- Undocumentednumpy.distutils.tests.test_npy_pkg_config.TestLibraryInfo
- Undocumentednumpy.distutils.tests.test_npy_pkg_config.TestParseFlags
- Undocumentednumpy.distutils.tests.test_system_info.TestSystemInfoReading
- No class docstring; 0/11 instance variable, 0/1 constant, 1/9 method documentednumpy.f2py.auxfuncs.throw_error
- Undocumentednumpy.f2py.symbolic._FromStringWorker
- No class docstring; 0/3 instance variable, 1/4 method documentednumpy.f2py.symbolic._Pair
- Undocumentednumpy.f2py.symbolic.Expr
- Represents a Fortran expression as a op-data pair.numpy.f2py.tests.test_array_from_pyobj.Array
- No class docstring; 0/9 instance variable, 1/4 method documentednumpy.f2py.tests.test_array_from_pyobj.Intent
- Undocumentednumpy.f2py.tests.test_array_from_pyobj.TestIntent
- Undocumentednumpy.f2py.tests.test_array_from_pyobj.TestSharedMemory
- No class docstring; 0/2 class variable, 1/23 method documentednumpy.f2py.tests.test_array_from_pyobj.Type
- Undocumentednumpy.f2py.tests.test_crackfortran.TestMarkinnerspaces
- Undocumentednumpy.f2py.tests.test_crackfortran.TestModuleDeclaration
- Undocumentednumpy.f2py.tests.test_crackfortran.TestPublicPrivate
- Undocumentednumpy.f2py.tests.util.F2PyTest
- Undocumentednumpy.f2py.tests.test_abstract_interface.TestAbstractInterface
- Undocumentednumpy.f2py.tests.test_assumed_shape.TestAssumedShapeSumExample
- Undocumentednumpy.f2py.tests.test_assumed_shape.TestF2cmapOption
- Undocumentednumpy.f2py.tests.test_block_docstring.TestBlockDocString
- Undocumentednumpy.f2py.tests.test_callback.TestF77Callback
- Undocumentednumpy.f2py.tests.test_callback.TestF77CallbackPythonTLS
- Callback tests using Python thread-local storage instead of compiler-providednumpy.f2py.tests.test_callback.TestF90Callback
- Undocumentednumpy.f2py.tests.test_callback.TestGH18335
- No summarynumpy.f2py.tests.test_common.TestCommonBlock
- Undocumentednumpy.f2py.tests.test_crackfortran.TestCrackFortran
- Undocumentednumpy.f2py.tests.test_crackfortran.TestDimSpec
- This test suite tests various expressions that are used as dimension specifications.numpy.f2py.tests.test_crackfortran.TestExternal
- Undocumentednumpy.f2py.tests.test_crackfortran.TestNoSpace
- Undocumentednumpy.f2py.tests.test_kind.TestKind
- Undocumentednumpy.f2py.tests.test_mixed.TestMixed
- Undocumentednumpy.f2py.tests.test_module_doc.TestModuleDocString
- Undocumentednumpy.f2py.tests.test_parameter.TestParameters
- Undocumentednumpy.f2py.tests.test_quoted_character.TestQuotedCharacter
- Undocumentednumpy.f2py.tests.test_regression.TestIntentInOut
- Undocumentednumpy.f2py.tests.test_regression.TestNumpyVersionAttribute
- Undocumentednumpy.f2py.tests.test_return_character.TestReturnCharacter
- Undocumentednumpy.f2py.tests.test_return_complex.TestReturnComplex
- Undocumentednumpy.f2py.tests.test_return_complex.TestF77ReturnComplex
- Undocumentednumpy.f2py.tests.test_return_complex.TestF90ReturnComplex
- Undocumentednumpy.f2py.tests.test_return_integer.TestReturnInteger
- Undocumentednumpy.f2py.tests.test_return_integer.TestF77ReturnInteger
- Undocumentednumpy.f2py.tests.test_return_integer.TestF90ReturnInteger
- Undocumentednumpy.f2py.tests.test_return_logical.TestReturnLogical
- Undocumentednumpy.f2py.tests.test_return_logical.TestF77ReturnLogical
- Undocumentednumpy.f2py.tests.test_return_logical.TestF90ReturnLogical
- Undocumentednumpy.f2py.tests.test_return_real.TestReturnReal
- Undocumentednumpy.f2py.tests.test_return_real.TestCReturnReal
- Undocumentednumpy.f2py.tests.test_return_real.TestF77ReturnReal
- Undocumentednumpy.f2py.tests.test_return_real.TestF90ReturnReal
- Undocumentednumpy.f2py.tests.test_semicolon_split.TestCallstatement
- Undocumentednumpy.f2py.tests.test_semicolon_split.TestMultiline
- Undocumentednumpy.f2py.tests.test_size.TestSizeSumExample
- Undocumentednumpy.f2py.tests.test_string.TestDocStringArguments
- Undocumentednumpy.f2py.tests.test_string.TestFixedString
- No class docstring; 0/2 class variable, 0/3 method, 1/1 static method documentednumpy.f2py.tests.test_string.TestString
- Undocumentednumpy.f2py.tests.test_symbolic.TestSymbolic
- Undocumentednumpy.fft.tests.test_helper.TestFFTFreq
- Undocumentednumpy.fft.tests.test_helper.TestFFTShift
- No class docstring; 2/5 methods documentednumpy.fft.tests.test_helper.TestIRFFTN
- Undocumentednumpy.fft.tests.test_helper.TestRFFTFreq
- Undocumentednumpy.fft.tests.test_pocketfft.TestFFT1D
- Undocumentednumpy.fft.tests.test_pocketfft.TestFFTShift
- Undocumentednumpy.fft.tests.test_pocketfft.TestFFTThreadSafe
- Undocumentednumpy.float64
numpy.core.tests.test_scalarinherit.B
- Undocumentednumpy.core.tests.test_scalarinherit.C
- Undocumentednumpy.core.tests.test_scalarinherit.D
- Undocumentednumpy.core.tests.test_scalarinherit.D
- Undocumentednumpy.core.tests.test_scalarinherit.B0
- Undocumentednumpy.core.tests.test_scalarinherit.C0
- Undocumentednumpy.core.tests.test_scalarinherit.B1
- Undocumentednumpy.lib._datasource._FileOpeners
- Container for different methods to open (un-)compressed files.numpy.lib._iotools.LineSplitter
- Object to split a string at a given delimiter or at given places.numpy.lib._iotools.NameValidator
- Object to validate a list of strings to use as field names.numpy.lib._iotools.StringConverter
- Factory class for function transforming a string into another object (int, float).numpy.lib._version.NumpyVersion
- Parse and compare numpy version strings.numpy.lib.arrayterator.Arrayterator
- Buffered iterator for big arrays.numpy.lib.function_base.vectorize
- vectorize(pyfunc, otypes=None, doc=None, excluded=None, cache=False, signature=None)numpy.lib.index_tricks.AxisConcatenator
- Translates slice objects to concatenation along an axis.numpy.lib.index_tricks.CClass
- Translates slice objects to concatenation along the second axis.numpy.lib.index_tricks.RClass
- Translates slice objects to concatenation along the first axis.numpy.ma.extras.MAxisConcatenator
- Translate slice objects to concatenation along an axis.numpy.ma.extras.mr_class
- Translate slice objects to concatenation along the first axis.numpy.lib.index_tricks.IndexExpression
- A nicer way to build up index tuples for arrays.numpy.lib.index_tricks.nd_grid
- Construct a multi-dimensional "meshgrid".numpy.lib.index_tricks.MGridClass
- nd_grid
instance which returns a dense multi-dimensional "meshgrid".numpy.lib.index_tricks.OGridClass
- nd_grid
instance which returns an open multi-dimensional "meshgrid".numpy.lib.index_tricks.ndenumerate
- Multidimensional index iterator.numpy.lib.index_tricks.ndindex
- An N-dimensional iterator object to index arrays.numpy.lib.mixins.NDArrayOperatorsMixin
- Mixin defining all operator special methods using __array_ufunc__.numpy.lib.tests.test_mixins.ArrayLike
- Undocumentednumpy.lib.npyio.BagObj
- BagObj(obj)numpy.lib.npyio.DataSource
- DataSource(destpath='.')numpy.lib._datasource.Repository
- Repository(baseurl, destpath='.')numpy.lib.polynomial.poly1d
- A one-dimensional polynomial class.numpy.lib.stride_tricks.DummyArray
- Dummy object that just exists to hang __array_interface__ dictionaries and possibly keep alive a reference to a base array.numpy.lib.tests.test__datasource.TestDataSourceAbspath
- Undocumentednumpy.lib.tests.test__datasource.TestDataSourceExists
- Undocumentednumpy.lib.tests.test__datasource.TestDataSourceOpen
- Undocumentednumpy.lib.tests.test__datasource.TestOpenFunc
- Undocumentednumpy.lib.tests.test__datasource.TestRepositoryAbspath
- Undocumentednumpy.lib.tests.test__datasource.TestRepositoryExists
- Undocumentednumpy.lib.tests.test__iotools.TestLineSplitter
- Tests the LineSplitter class.numpy.lib.tests.test__iotools.TestMiscFunctions
- No class docstring; 3/3 methods documentednumpy.lib.tests.test__iotools.TestNameValidator
- No class docstring; 5/5 methods documentednumpy.lib.tests.test__iotools.TestStringConverter
- Test StringConverternumpy.lib.tests.test_arraypad.TestAsPairs
- No class docstring; 5/6 methods documentednumpy.lib.tests.test_arraypad.TestConditionalShortcuts
- Undocumentednumpy.lib.tests.test_arraypad.TestConstant
- Undocumentednumpy.lib.tests.test_arraypad.TestEdge
- Undocumentednumpy.lib.tests.test_arraypad.TestEmpty
- Undocumentednumpy.lib.tests.test_arraypad.TestEmptyArray
- Check how padding behaves on arrays with an empty dimension.numpy.lib.tests.test_arraypad.TestLinearRamp
- No class docstring; 2/5 methods documentednumpy.lib.tests.test_arraypad.TestPadWidth
- Undocumentednumpy.lib.tests.test_arraypad.TestReflect
- Undocumentednumpy.lib.tests.test_arraypad.TestStatistic
- No class docstring; 1/18 method documentednumpy.lib.tests.test_arraypad.TestSymmetric
- Undocumentednumpy.lib.tests.test_arraypad.TestWrap
- No class docstring; 1/6 method documentednumpy.lib.tests.test_arraysetops.TestSetOps
- No class docstring; 1/22 method documentednumpy.lib.tests.test_arraysetops.TestUnique
- Undocumentednumpy.lib.tests.test_function_base.Test_I0
- Undocumentednumpy.lib.tests.test_function_base.TestAdd_newdoc
- Undocumentednumpy.lib.tests.test_function_base.TestAdd_newdoc_ufunc
- Undocumentednumpy.lib.tests.test_function_base.TestAddDocstring
- Undocumentednumpy.lib.tests.test_function_base.TestAll
- Undocumentednumpy.lib.tests.test_function_base.TestAmax
- Undocumentednumpy.lib.tests.test_function_base.TestAmin
- Undocumentednumpy.lib.tests.test_function_base.TestAngle
- Undocumentednumpy.lib.tests.test_function_base.TestAny
- Undocumentednumpy.lib.tests.test_function_base.TestAverage
- Undocumentednumpy.lib.tests.test_function_base.TestBincount
- Undocumentednumpy.lib.tests.test_function_base.TestCheckFinite
- Undocumentednumpy.lib.tests.test_function_base.TestCopy
- Undocumentednumpy.lib.tests.test_function_base.TestCorrCoef
- Undocumentednumpy.lib.tests.test_function_base.TestCov
- Undocumentednumpy.lib.tests.test_function_base.TestCumprod
- Undocumentednumpy.lib.tests.test_function_base.TestCumsum
- Undocumentednumpy.lib.tests.test_function_base.TestDelete
- Undocumentednumpy.lib.tests.test_function_base.TestDiff
- Undocumentednumpy.lib.tests.test_function_base.TestDigitize
- Undocumentednumpy.lib.tests.test_function_base.TestExtins
- Undocumentednumpy.lib.tests.test_function_base.TestFilterwindows
- Undocumentednumpy.lib.tests.test_function_base.TestFlip
- Undocumentednumpy.lib.tests.test_function_base.TestGradient
- Undocumentednumpy.lib.tests.test_function_base.TestInsert
- Undocumentednumpy.lib.tests.test_function_base.TestInterp
- No class docstring; 6/15 methods documentednumpy.lib.tests.test_function_base.TestKaiser
- Undocumentednumpy.lib.tests.test_function_base.TestLeaks
- Undocumentednumpy.lib.tests.test_function_base.TestLeaks.A
- Undocumentednumpy.lib.tests.test_function_base.TestLerp
- Undocumentednumpy.lib.tests.test_function_base.TestMedian
- No class docstring; 1/14 method documentednumpy.lib.tests.test_function_base.TestMeshgrid
- Undocumentednumpy.lib.tests.test_function_base.TestMsort
- Undocumentednumpy.lib.tests.test_function_base.TestPercentile
- Undocumentednumpy.lib.tests.test_function_base.TestPiecewise
- Undocumentednumpy.lib.tests.test_function_base.TestProd
- Undocumentednumpy.lib.tests.test_function_base.TestPtp
- Undocumentednumpy.lib.tests.test_function_base.TestQuantile
- Undocumentednumpy.lib.tests.test_function_base.TestRot90
- Undocumentednumpy.lib.tests.test_function_base.TestSelect
- Undocumentednumpy.lib.tests.test_function_base.TestSinc
- Undocumentednumpy.lib.tests.test_function_base.TestSortComplex
- Undocumentednumpy.lib.tests.test_function_base.TestTrapz
- Undocumentednumpy.lib.tests.test_function_base.TestTrimZeros
- Undocumentednumpy.lib.tests.test_function_base.TestUnique
- Undocumentednumpy.lib.tests.test_function_base.TestUnwrap
- Undocumentednumpy.lib.tests.test_function_base.TestVectorize
- Undocumentednumpy.lib.tests.test_histograms.TestHistogram
- Undocumentednumpy.lib.tests.test_histograms.TestHistogramdd
- No class docstring; 2/17 methods documentednumpy.lib.tests.test_histograms.TestHistogramOptimBinNums
- Provide test coverage when using provided estimators for optimal number of binsnumpy.lib.tests.test_index_tricks.TestConcatenator
- Undocumentednumpy.lib.tests.test_index_tricks.TestDiagIndicesFrom
- Undocumentednumpy.lib.tests.test_index_tricks.TestFillDiagonal
- Undocumentednumpy.lib.tests.test_index_tricks.TestGrid
- Undocumentednumpy.lib.tests.test_index_tricks.TestIndexExpression
- Undocumentednumpy.lib.tests.test_index_tricks.TestIx_
- Undocumentednumpy.lib.tests.test_index_tricks.TestNdenumerate
- Undocumentednumpy.lib.tests.test_index_tricks.TestRavelUnravelIndex
- Undocumentednumpy.lib.tests.test_io.JustReader
- Undocumentednumpy.lib.tests.test_io.JustWriter
- Undocumentednumpy.lib.tests.test_io.LoadTxtBase
- Undocumentednumpy.lib.tests.test_io.TestFromTxt
- Undocumentednumpy.lib.tests.test_io.TestLoadTxt
- No class docstring; 0/1 instance variable, 0/1 class variable, 2/39 methods documentednumpy.lib.tests.test_io.RoundtripTest
- No class docstring; 0/2 instance variable, 1/8 method documentednumpy.lib.tests.test_io.TestSaveLoad
- Undocumentednumpy.lib.tests.test_io.TestSavezLoad
- Undocumentednumpy.lib.tests.test_io.Testfromregex
- Undocumentednumpy.lib.tests.test_io.TestPathUsage
- Undocumentednumpy.lib.tests.test_io.TestSaveTxt
- Undocumentednumpy.lib.tests.test_mixins.TestNDArrayOperatorsMixin
- Undocumentednumpy.lib.tests.test_nanfunctions.SharedNanFunctionsTestsMixin
- Undocumentednumpy.lib.tests.test_nanfunctions.TestNanFunctions_CumSumProd
- Undocumentednumpy.lib.tests.test_nanfunctions.TestNanFunctions_MeanVarStd
- Undocumentednumpy.lib.tests.test_nanfunctions.TestNanFunctions_SumProd
- Undocumentednumpy.lib.tests.test_nanfunctions.TestNanFunctions_ArgminArgmax
- Undocumentednumpy.lib.tests.test_nanfunctions.TestNanFunctions_Median
- Undocumentednumpy.lib.tests.test_nanfunctions.TestNanFunctions_MinMax
- Undocumentednumpy.lib.tests.test_nanfunctions.TestNanFunctions_NumberTypes
- Undocumentednumpy.lib.tests.test_nanfunctions.TestNanFunctions_Percentile
- Undocumentednumpy.lib.tests.test_nanfunctions.TestNanFunctions_Quantile
- Undocumentednumpy.lib.tests.test_nanfunctions.TestSignatureMatch
- No class docstring; 0/2 constant, 1/2 method, 1/1 static method documentednumpy.lib.tests.test_packbits.TestCount
- Undocumentednumpy.lib.tests.test_polynomial.TestPolynomial
- No class docstring; 3/18 methods documentednumpy.lib.tests.test_recfunctions.TestAppendFields
- Undocumentednumpy.lib.tests.test_recfunctions.TestAppendFieldsObj
- Test append_fields with arrays containing objectsnumpy.lib.tests.test_recfunctions.TestJoinBy
- Undocumentednumpy.lib.tests.test_recfunctions.TestJoinBy2
- Undocumentednumpy.lib.tests.test_recfunctions.TestMergeArrays
- Undocumentednumpy.lib.tests.test_recfunctions.TestRecFunctions
- Undocumentednumpy.lib.tests.test_recfunctions.TestRecursiveFillFields
- Undocumentednumpy.lib.tests.test_recfunctions.TestStackArrays
- Undocumentednumpy.lib.tests.test_regression.TestRegression
- Undocumentednumpy.lib.tests.test_shape_base.TestApplyAlongAxis
- Undocumentednumpy.lib.tests.test_shape_base.TestApplyOverAxes
- Undocumentednumpy.lib.tests.test_shape_base.TestArraySplit
- No class docstring; 1/9 method documentednumpy.lib.tests.test_shape_base.TestColumnStack
- Undocumentednumpy.lib.tests.test_shape_base.TestDsplit
- Undocumentednumpy.lib.tests.test_shape_base.TestDstack
- Undocumentednumpy.lib.tests.test_shape_base.TestExpandDims
- Undocumentednumpy.lib.tests.test_shape_base.TestHsplit
- Only testing for integer splits.numpy.lib.tests.test_shape_base.TestKron
- Undocumentednumpy.lib.tests.test_shape_base.TestMayShareMemory
- Undocumentednumpy.lib.tests.test_shape_base.TestPutAlongAxis
- No class docstring; 1/2 method documentednumpy.lib.tests.test_shape_base.TestSplit
- Undocumentednumpy.lib.tests.test_shape_base.TestSqueeze
- Undocumentednumpy.lib.tests.test_shape_base.TestTakeAlongAxis
- No class docstring; 4/4 methods documentednumpy.lib.tests.test_shape_base.TestTile
- Undocumentednumpy.lib.tests.test_shape_base.TestVsplit
- Only testing for integer splits.numpy.lib.tests.test_stride_tricks.TestSlidingWindowView
- Undocumentednumpy.lib.tests.test_twodim_base.TestDiag
- Undocumentednumpy.lib.tests.test_twodim_base.TestEye
- Undocumentednumpy.lib.tests.test_twodim_base.TestFliplr
- Undocumentednumpy.lib.tests.test_twodim_base.TestFlipud
- Undocumentednumpy.lib.tests.test_twodim_base.TestHistogram2d
- Undocumentednumpy.lib.tests.test_twodim_base.TestTri
- Undocumentednumpy.lib.tests.test_twodim_base.TestTrilIndicesFrom
- Undocumentednumpy.lib.tests.test_twodim_base.TestTriuIndices
- Undocumentednumpy.lib.tests.test_twodim_base.TestTriuIndicesFrom
- Undocumentednumpy.lib.tests.test_twodim_base.TestVander
- Undocumentednumpy.lib.tests.test_type_check.TestArrayConversion
- Undocumentednumpy.lib.tests.test_type_check.TestCommonType
- Undocumentednumpy.lib.tests.test_type_check.TestImag
- Undocumentednumpy.lib.tests.test_type_check.TestIscomplex
- Undocumentednumpy.lib.tests.test_type_check.TestIscomplexobj
- Undocumentednumpy.lib.tests.test_type_check.TestIsfinite
- Undocumentednumpy.lib.tests.test_type_check.TestIsinf
- Undocumentednumpy.lib.tests.test_type_check.TestIsnan
- Undocumentednumpy.lib.tests.test_type_check.TestIsneginf
- Undocumentednumpy.lib.tests.test_type_check.TestIsposinf
- Undocumentednumpy.lib.tests.test_type_check.TestIsreal
- Undocumentednumpy.lib.tests.test_type_check.TestIsrealobj
- Undocumentednumpy.lib.tests.test_type_check.TestIsscalar
- Undocumentednumpy.lib.tests.test_type_check.TestMintypecode
- Undocumentednumpy.lib.tests.test_type_check.TestNanToNum
- Undocumentednumpy.lib.tests.test_type_check.TestReal
- Undocumentednumpy.lib.tests.test_type_check.TestRealIfClose
- Undocumentednumpy.lib.tests.test_ufunclike.TestUfunclike
- Undocumentednumpy.lib.tests.test_utils.TestByteBounds
- Undocumentednumpy.lib.user_array.container
- container(data, dtype=None, copy=True)numpy.lib.utils._Deprecate
- Decorator class to deprecate old functions.numpy.linalg.tests.test_linalg._TestNormBase
- Undocumentednumpy.linalg.tests.test_linalg._TestNorm2D
- Undocumentednumpy.linalg.tests.test_linalg._TestNorm
- Undocumentednumpy.linalg.tests.test_linalg.TestNormDouble
- Undocumentednumpy.linalg.tests.test_linalg.TestNormInt64
- Undocumentednumpy.linalg.tests.test_linalg.TestNormSingle
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg._TestNorm2DMatrix
- Undocumentednumpy.linalg.tests.test_linalg._TestNormDoubleBase
- Undocumentednumpy.linalg.tests.test_linalg.TestNormDouble
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestNormDoubleMatrix
- Undocumentednumpy.linalg.tests.test_linalg._TestNormGeneral
- Undocumentednumpy.linalg.tests.test_linalg._TestNorm
- Undocumentednumpy.linalg.tests.test_linalg.TestNormDouble
- Undocumentednumpy.linalg.tests.test_linalg.TestNormInt64
- Undocumentednumpy.linalg.tests.test_linalg.TestNormSingle
- Undocumentednumpy.linalg.tests.test_linalg._TestNormInt64Base
- Undocumentednumpy.linalg.tests.test_linalg.TestNormInt64
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestNormInt64Matrix
- Undocumentednumpy.linalg.tests.test_linalg._TestNormSingleBase
- Undocumentednumpy.linalg.tests.test_linalg.TestNormSingle
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestNormSingleMatrix
- Undocumentednumpy.linalg.tests.test_linalg.LinalgCase
- No class docstring; 0/4 instance variable, 2/3 methods documentednumpy.linalg.tests.test_linalg.LinalgTestCase
- No class docstring; 1/1 method documentednumpy.linalg.tests.test_linalg.HermitianGeneralizedTestCase
- Undocumentednumpy.linalg.tests.test_linalg.PinvHermitianCases
- Undocumentednumpy.linalg.tests.test_linalg.TestPinvHermitian
- Undocumentednumpy.linalg.tests.test_linalg.SVDHermitianCases
- Undocumentednumpy.linalg.tests.test_linalg.TestSVDHermitian
- Undocumentednumpy.linalg.tests.test_linalg.TestEighCases
- Undocumentednumpy.linalg.tests.test_linalg.TestEigvalshCases
- Undocumentednumpy.linalg.tests.test_linalg.HermitianTestCase
- Undocumentednumpy.linalg.tests.test_linalg.PinvHermitianCases
- Undocumentednumpy.linalg.tests.test_linalg.TestPinvHermitian
- Undocumentednumpy.linalg.tests.test_linalg.SVDHermitianCases
- Undocumentednumpy.linalg.tests.test_linalg.TestSVDHermitian
- Undocumentednumpy.linalg.tests.test_linalg.TestEighCases
- Undocumentednumpy.linalg.tests.test_linalg.TestEigvalshCases
- Undocumentednumpy.linalg.tests.test_linalg.LinalgGeneralizedNonsquareTestCase
- Undocumentednumpy.linalg.tests.test_linalg.PinvCases
- Undocumentednumpy.linalg.tests.test_linalg.TestPinv
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestPinvMatrix
- Undocumentednumpy.linalg.tests.test_linalg.LinalgGeneralizedSquareTestCase
- Undocumentednumpy.linalg.tests.test_linalg.CondCases
- Undocumentednumpy.linalg.tests.test_linalg.TestCond
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestCondMatrix
- Undocumentednumpy.linalg.tests.test_linalg.DetCases
- Undocumentednumpy.linalg.tests.test_linalg.TestDet
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestDetMatrix
- Undocumentednumpy.linalg.tests.test_linalg.EigCases
- Undocumentednumpy.linalg.tests.test_linalg.TestEig
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestEigMatrix
- Undocumentednumpy.linalg.tests.test_linalg.EigvalsCases
- Undocumentednumpy.linalg.tests.test_linalg.TestEigvals
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestEigvalsMatrix
- Undocumentednumpy.linalg.tests.test_linalg.InvCases
- Undocumentednumpy.linalg.tests.test_linalg.TestInv
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestInvMatrix
- Undocumentednumpy.linalg.tests.test_linalg.PinvCases
- Undocumentednumpy.linalg.tests.test_linalg.TestPinv
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestPinvMatrix
- Undocumentednumpy.linalg.tests.test_linalg.SolveCases
- Undocumentednumpy.linalg.tests.test_linalg.TestSolve
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestSolveMatrix
- Undocumentednumpy.linalg.tests.test_linalg.SVDCases
- Undocumentednumpy.linalg.tests.test_linalg.TestSVD
- No class docstring; 1/1 method documentednumpy.matrixlib.tests.test_matrix_linalg.TestSVDMatrix
- Undocumentednumpy.linalg.tests.test_linalg.LinalgNonsquareTestCase
- Undocumentednumpy.linalg.tests.test_linalg.LstsqCases
- Undocumentednumpy.linalg.tests.test_linalg.TestLstsq
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestLstsqMatrix
- Undocumentednumpy.linalg.tests.test_linalg.PinvCases
- Undocumentednumpy.linalg.tests.test_linalg.TestPinv
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestPinvMatrix
- Undocumentednumpy.linalg.tests.test_linalg.LinalgSquareTestCase
- Undocumentednumpy.linalg.tests.test_linalg.CondCases
- Undocumentednumpy.linalg.tests.test_linalg.TestCond
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestCondMatrix
- Undocumentednumpy.linalg.tests.test_linalg.DetCases
- Undocumentednumpy.linalg.tests.test_linalg.TestDet
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestDetMatrix
- Undocumentednumpy.linalg.tests.test_linalg.EigCases
- Undocumentednumpy.linalg.tests.test_linalg.TestEig
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestEigMatrix
- Undocumentednumpy.linalg.tests.test_linalg.EigvalsCases
- Undocumentednumpy.linalg.tests.test_linalg.TestEigvals
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestEigvalsMatrix
- Undocumentednumpy.linalg.tests.test_linalg.InvCases
- Undocumentednumpy.linalg.tests.test_linalg.TestInv
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestInvMatrix
- Undocumentednumpy.linalg.tests.test_linalg.LstsqCases
- Undocumentednumpy.linalg.tests.test_linalg.TestLstsq
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestLstsqMatrix
- Undocumentednumpy.linalg.tests.test_linalg.PinvCases
- Undocumentednumpy.linalg.tests.test_linalg.TestPinv
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestPinvMatrix
- Undocumentednumpy.linalg.tests.test_linalg.SolveCases
- Undocumentednumpy.linalg.tests.test_linalg.TestSolve
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestSolveMatrix
- Undocumentednumpy.linalg.tests.test_linalg.SVDCases
- Undocumentednumpy.linalg.tests.test_linalg.TestSVD
- No class docstring; 1/1 method documentednumpy.matrixlib.tests.test_matrix_linalg.TestSVDMatrix
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.MatrixTestCase
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestCondMatrix
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestDetMatrix
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestEigMatrix
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestEigvalsMatrix
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestInvMatrix
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestLstsqMatrix
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestPinvMatrix
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestSolveMatrix
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestSVDMatrix
- Undocumentednumpy.linalg.tests.test_linalg.SVDBaseTests
- Undocumentednumpy.linalg.tests.test_linalg.TestSVD
- No class docstring; 1/1 method documentednumpy.linalg.tests.test_linalg.TestSVDHermitian
- Undocumentednumpy.linalg.tests.test_linalg.TestCholesky
- Undocumentednumpy.linalg.tests.test_linalg.TestEigh
- Undocumentednumpy.linalg.tests.test_linalg.TestEigvalsh
- Undocumentednumpy.linalg.tests.test_linalg.TestMatrixPower
- Undocumentednumpy.linalg.tests.test_linalg.TestMatrixRank
- Undocumentednumpy.linalg.tests.test_linalg.TestMultiDot
- Undocumentednumpy.linalg.tests.test_linalg.TestNorm_NonSystematic
- Undocumentednumpy.linalg.tests.test_linalg.TestQR
- Undocumentednumpy.matrixlib.tests.test_matrix_linalg.TestQRMatrix
- Undocumentednumpy.linalg.tests.test_linalg.TestTensorinv
- Undocumentednumpy.linalg.tests.test_regression.TestRegression
- Undocumentednumpy.ma.core._convert2ma
- Convert functions from numpy to numpy.ma.numpy.ma.core._DomainCheckInterval
- Define a valid interval, so that :numpy.ma.core._DomainGreater
- DomainGreater(v)(x) is True where x <= v.numpy.ma.core._DomainGreaterEqual
- DomainGreaterEqual(v)(x) is True where x < v.numpy.ma.core._DomainSafeDivide
- Define a domain for safe division.numpy.ma.core._DomainTan
- Define a valid interval for the tan
function, so that:numpy.ma.core._frommethod
- Define functions from existing MaskedArray methods.numpy.ma.core._MaskedPrintOption
- Handle the string used to represent missing data in a masked array.numpy.ma.core._MaskedUFunc
- Undocumentednumpy.ma.core._DomainedBinaryOperation
- Define binary operations that have a domain, like divide.numpy.ma.core._extrema_operation
- Generic class for maximum/minimum functions.numpy.ma.core._MaskedBinaryOperation
- Define masked version of binary operations, where invalid values are pre-masked.numpy.ma.core._MaskedUnaryOperation
- Defines masked version of unary operations, where invalid values are pre-masked.numpy.ma.core.MaskedIterator
- Flat iterator object to iterate over masked arrays.numpy.ma.extras._fromnxfunction
- Defines a wrapper to adapt NumPy functions to masked arrays.numpy.ma.extras._fromnxfunction_allargs
- No summarynumpy.ma.extras._fromnxfunction_args
- No summarynumpy.ma.extras._fromnxfunction_seq
- A version of _fromnxfunction
that is called with a single sequence of arrays followed by auxiliary args that are passed verbatim for both the data and mask calls.numpy.ma.extras._fromnxfunction_single
- A version of _fromnxfunction
that is called with a single array argument followed by auxiliary args that are passed verbatim for both the data and mask calls.numpy.ma.MaskedArray
numpy.ma.mrecords.MaskedRecords
- No summarynumpy.ma.tests.test_core.TestFillingValues
- Undocumentednumpy.ma.tests.test_core.TestMaskedArray
- Undocumentednumpy.ma.tests.test_core.TestMaskedArrayArithmetic
- Undocumentednumpy.ma.tests.test_core.TestMaskedArrayAttributes
- Undocumentednumpy.ma.tests.test_core.TestMaskedArrayFunctions
- Undocumentednumpy.ma.tests.test_core.TestMaskedArrayInPlaceArithmetic
- Undocumentednumpy.ma.tests.test_core.TestMaskedArrayMathMethods
- Undocumentednumpy.ma.tests.test_core.TestMaskedArrayMathMethodsComplex
- Undocumentednumpy.ma.tests.test_core.TestMaskedArrayMethods
- Undocumentednumpy.ma.tests.test_core.TestMaskedConstant
- Undocumentednumpy.ma.tests.test_core.TestMaskedFields
- No class docstring; 0/1 instance variable, 1/11 method documentednumpy.ma.tests.test_core.TestMaskedObjectArray
- Undocumentednumpy.ma.tests.test_core.TestMaskedView
- Undocumentednumpy.ma.tests.test_core.TestMaskedWhereAliases
- Undocumentednumpy.ma.tests.test_core.TestOptionalArgs
- Undocumentednumpy.ma.tests.test_core.TestUfuncs
- Undocumentednumpy.ma.tests.test_deprecations.TestArgsort
- gh-8701numpy.ma.tests.test_deprecations.TestFromtextfile
- Undocumentednumpy.ma.tests.test_deprecations.TestMinimumMaximum
- Undocumentednumpy.ma.tests.test_extras.TestApplyAlongAxis
- Undocumentednumpy.ma.tests.test_extras.TestApplyOverAxes
- Undocumentednumpy.ma.tests.test_extras.TestArraySetOps
- Undocumentednumpy.ma.tests.test_extras.TestAverage
- Undocumentednumpy.ma.tests.test_extras.TestCompressFunctions
- Undocumentednumpy.ma.tests.test_extras.TestConcatenator
- Undocumentednumpy.ma.tests.test_extras.TestCorrcoef
- Undocumentednumpy.ma.tests.test_extras.TestCov
- Undocumentednumpy.ma.tests.test_extras.TestGeneric
- Undocumentednumpy.ma.tests.test_extras.TestMedian
- No class docstring; 1/22 method documentednumpy.ma.tests.test_extras.TestNotMasked
- Undocumentednumpy.ma.tests.test_extras.TestPolynomial
- Undocumentednumpy.ma.tests.test_extras.TestShapeBase
- Undocumentednumpy.ma.tests.test_extras.TestStack
- Undocumentednumpy.ma.tests.test_mrecords.TestMRecords
- Undocumentednumpy.ma.tests.test_mrecords.TestMRecordsImport
- Undocumentednumpy.ma.tests.test_mrecords.TestView
- Undocumentednumpy.ma.tests.test_old_ma.TestArrayMethods
- Undocumentednumpy.ma.tests.test_old_ma.TestMa
- Undocumentednumpy.ma.tests.test_old_ma.TestUfuncs
- Undocumentednumpy.ma.tests.test_regression.TestRegression
- Undocumentednumpy.ma.tests.test_subclassing.ArrayNoInheritance
- Quantity-like class that does not inherit from ndarraynumpy.ma.tests.test_subclassing.CSAIterator
- No summarynumpy.ma.tests.test_subclassing.TestSubclassing
- No class docstring; 0/1 instance variable, 3/13 methods documentednumpy.ma.timer_comparison.ModuleTester
- No class docstring; 0/29 instance variable, 10/13 methods documentednumpy.matrix
numpy.matrixlib.tests.test_masked_matrix.MMatrix
- Undocumentednumpy.matrixlib.tests.test_defmatrix.TestAlgebra
- No class docstring; 2/4 methods documentednumpy.matrixlib.tests.test_defmatrix.TestCasting
- Undocumentednumpy.matrixlib.tests.test_defmatrix.TestCtor
- Undocumentednumpy.matrixlib.tests.test_defmatrix.TestIndexing
- Undocumentednumpy.matrixlib.tests.test_defmatrix.TestMatrixReturn
- Undocumentednumpy.matrixlib.tests.test_defmatrix.TestNewScalarIndexing
- Undocumentednumpy.matrixlib.tests.test_defmatrix.TestPower
- Undocumentednumpy.matrixlib.tests.test_defmatrix.TestProperties
- No class docstring; 1/13 method documentednumpy.matrixlib.tests.test_defmatrix.TestShape
- Undocumentednumpy.matrixlib.tests.test_interaction.TestConcatenatorMatrix
- Undocumentednumpy.matrixlib.tests.test_masked_matrix.TestConcatenator
- Undocumentednumpy.matrixlib.tests.test_masked_matrix.TestMaskedMatrix
- Undocumentednumpy.matrixlib.tests.test_masked_matrix.TestSubclassing
- Undocumentednumpy.matrixlib.tests.test_multiarray.TestView
- Undocumentednumpy.matrixlib.tests.test_numeric.TestDot
- Undocumentednumpy.matrixlib.tests.test_regression.TestRegression
- Undocumentednumpy.ndarray
numpy.core.tests.test_function_base.PhysicalQuantity2
- Undocumentednumpy.core.tests.test_multiarray.TestArrayPriority.Bar
- Undocumentednumpy.core.tests.test_multiarray.TestArrayPriority.Foo
- Undocumentednumpy.core.tests.test_numeric.TestKeepdims.sub_array
- Undocumentednumpy.lib.tests.test_stride_tricks.VerySimpleSubClass
- Undocumentednumpy.lib.tests.test_stride_tricks.SimpleSubClass
- Undocumentednumpy.ma.core.MaskedArray
- An array class with possibly masked values.numpy.ma.core.MaskedConstant
- No class docstring; 0/1 class variable, 2/13 methods, 0/1 class method documentednumpy.ma.core.mvoid
- Fake a 'void' object to use for masked array with structured dtypes.numpy.ma.tests.test_subclassing.MSubArray
- Undocumentednumpy.ma.tests.test_subclassing.SubMaskedArray
- Pure subclass of MaskedArray, keeping some info on subclass.numpy.matrixlib.tests.test_masked_matrix.MMatrix
- Undocumentednumpy.ma.tests.test_subclassing.SubArray
- Undocumentednumpy.ma.tests.test_subclassing.ComplicatedSubArray
- Undocumentednumpy.ma.tests.test_subclassing.MSubArray
- Undocumentednumpy.polynomial.tests.test_chebyshev.TestArithmetic
- Undocumentednumpy.polynomial.tests.test_chebyshev.TestCompanion
- Undocumentednumpy.polynomial.tests.test_chebyshev.TestConstants
- Undocumentednumpy.polynomial.tests.test_chebyshev.TestDerivative
- Undocumentednumpy.polynomial.tests.test_chebyshev.TestEvaluation
- Undocumentednumpy.polynomial.tests.test_chebyshev.TestFitting
- Undocumentednumpy.polynomial.tests.test_chebyshev.TestGauss
- Undocumentednumpy.polynomial.tests.test_chebyshev.TestIntegral
- Undocumentednumpy.polynomial.tests.test_chebyshev.TestInterpolate
- Undocumentednumpy.polynomial.tests.test_chebyshev.TestMisc
- Undocumentednumpy.polynomial.tests.test_chebyshev.TestPrivate
- Undocumentednumpy.polynomial.tests.test_chebyshev.TestVander
- Undocumentednumpy.polynomial.tests.test_classes.TestInterpolate
- Undocumentednumpy.polynomial.tests.test_hermite.TestArithmetic
- Undocumentednumpy.polynomial.tests.test_hermite.TestCompanion
- Undocumentednumpy.polynomial.tests.test_hermite.TestConstants
- Undocumentednumpy.polynomial.tests.test_hermite.TestDerivative
- Undocumentednumpy.polynomial.tests.test_hermite.TestEvaluation
- Undocumentednumpy.polynomial.tests.test_hermite.TestFitting
- Undocumentednumpy.polynomial.tests.test_hermite.TestGauss
- Undocumentednumpy.polynomial.tests.test_hermite.TestIntegral
- Undocumentednumpy.polynomial.tests.test_hermite.TestMisc
- Undocumentednumpy.polynomial.tests.test_hermite.TestVander
- Undocumentednumpy.polynomial.tests.test_hermite_e.TestArithmetic
- Undocumentednumpy.polynomial.tests.test_hermite_e.TestCompanion
- Undocumentednumpy.polynomial.tests.test_hermite_e.TestConstants
- Undocumentednumpy.polynomial.tests.test_hermite_e.TestDerivative
- Undocumentednumpy.polynomial.tests.test_hermite_e.TestEvaluation
- Undocumentednumpy.polynomial.tests.test_hermite_e.TestFitting
- Undocumentednumpy.polynomial.tests.test_hermite_e.TestGauss
- Undocumentednumpy.polynomial.tests.test_hermite_e.TestIntegral
- Undocumentednumpy.polynomial.tests.test_hermite_e.TestMisc
- Undocumentednumpy.polynomial.tests.test_hermite_e.TestVander
- Undocumentednumpy.polynomial.tests.test_laguerre.TestArithmetic
- Undocumentednumpy.polynomial.tests.test_laguerre.TestCompanion
- Undocumentednumpy.polynomial.tests.test_laguerre.TestConstants
- Undocumentednumpy.polynomial.tests.test_laguerre.TestDerivative
- Undocumentednumpy.polynomial.tests.test_laguerre.TestEvaluation
- Undocumentednumpy.polynomial.tests.test_laguerre.TestFitting
- Undocumentednumpy.polynomial.tests.test_laguerre.TestGauss
- Undocumentednumpy.polynomial.tests.test_laguerre.TestIntegral
- Undocumentednumpy.polynomial.tests.test_laguerre.TestMisc
- Undocumentednumpy.polynomial.tests.test_laguerre.TestVander
- Undocumentednumpy.polynomial.tests.test_legendre.TestArithmetic
- Undocumentednumpy.polynomial.tests.test_legendre.TestCompanion
- Undocumentednumpy.polynomial.tests.test_legendre.TestConstants
- Undocumentednumpy.polynomial.tests.test_legendre.TestDerivative
- Undocumentednumpy.polynomial.tests.test_legendre.TestEvaluation
- Undocumentednumpy.polynomial.tests.test_legendre.TestFitting
- Undocumentednumpy.polynomial.tests.test_legendre.TestGauss
- Undocumentednumpy.polynomial.tests.test_legendre.TestIntegral
- Undocumentednumpy.polynomial.tests.test_legendre.TestMisc
- Undocumentednumpy.polynomial.tests.test_legendre.TestVander
- Undocumentednumpy.polynomial.tests.test_polynomial.TestArithmetic
- Undocumentednumpy.polynomial.tests.test_polynomial.TestCompanion
- Undocumentednumpy.polynomial.tests.test_polynomial.TestConstants
- Undocumentednumpy.polynomial.tests.test_polynomial.TestDerivative
- Undocumentednumpy.polynomial.tests.test_polynomial.TestEvaluation
- Undocumentednumpy.polynomial.tests.test_polynomial.TestIntegral
- Undocumentednumpy.polynomial.tests.test_polynomial.TestMisc
- Undocumentednumpy.polynomial.tests.test_polynomial.TestVander
- Undocumentednumpy.polynomial.tests.test_polyutils.TestDomain
- Undocumentednumpy.polynomial.tests.test_polyutils.TestMisc
- Undocumentednumpy.polynomial.tests.test_printing.TestFormat
- Undocumentednumpy.polynomial.tests.test_printing.TestLatexRepr
- Test the latex repr used by Jupyternumpy.polynomial.tests.test_printing.TestLinebreaking
- Undocumentednumpy.polynomial.tests.test_printing.TestRepr
- Undocumentednumpy.polynomial.tests.test_printing.TestStrAscii
- Undocumentednumpy.polynomial.tests.test_printing.TestStrUnicodeSuperSubscripts
- Undocumentednumpy.random.tests.test_direct.Base
- Undocumentednumpy.random.tests.test_direct.TestMT19937
- Undocumentednumpy.random.tests.test_direct.TestPCG64
- Undocumentednumpy.random.tests.test_direct.TestPCG64DXSM
- Undocumentednumpy.random.tests.test_direct.TestPhilox
- Undocumentednumpy.random.tests.test_direct.TestSFC64
- Undocumentednumpy.random.tests.test_direct.TestDefaultRNG
- Undocumentednumpy.random.tests.test_generator_mt19937.TestBinomial
- Undocumentednumpy.random.tests.test_generator_mt19937.TestBroadcast
- Undocumentednumpy.random.tests.test_generator_mt19937.TestIntegers
- Undocumentednumpy.random.tests.test_generator_mt19937.TestMultinomial
- Undocumentednumpy.random.tests.test_generator_mt19937.TestMultivariateHypergeometric
- Undocumentednumpy.random.tests.test_generator_mt19937.TestRandomDist
- Undocumentednumpy.random.tests.test_generator_mt19937.TestSeed
- Undocumentednumpy.random.tests.test_generator_mt19937.TestSetState
- Undocumentednumpy.random.tests.test_generator_mt19937.TestSingleEltArrayInput
- Undocumentednumpy.random.tests.test_generator_mt19937.TestThread
- Undocumentednumpy.random.tests.test_generator_mt19937_regressions.TestRegression
- Undocumentednumpy.random.tests.test_random.TestBinomial
- Undocumentednumpy.random.tests.test_random.TestBroadcast
- Undocumentednumpy.random.tests.test_random.TestMultinomial
- Undocumentednumpy.random.tests.test_random.TestRandint
- Undocumentednumpy.random.tests.test_random.TestRandomDist
- Undocumentednumpy.random.tests.test_random.TestSeed
- Undocumentednumpy.random.tests.test_random.TestSetState
- Undocumentednumpy.random.tests.test_random.TestSingleEltArrayInput
- Undocumentednumpy.random.tests.test_random.TestThread
- Undocumentednumpy.random.tests.test_randomstate.TestBinomial
- Undocumentednumpy.random.tests.test_randomstate.TestBroadcast
- Undocumentednumpy.random.tests.test_randomstate.TestMultinomial
- Undocumentednumpy.random.tests.test_randomstate.TestRandint
- Undocumentednumpy.random.tests.test_randomstate.TestRandomDist
- Undocumentednumpy.random.tests.test_randomstate.TestSeed
- Undocumentednumpy.random.tests.test_randomstate.TestSetState
- Undocumentednumpy.random.tests.test_randomstate.TestSingleEltArrayInput
- Undocumentednumpy.random.tests.test_randomstate.TestThread
- Undocumentednumpy.random.tests.test_randomstate_regression.TestRegression
- Undocumentednumpy.random.tests.test_regression.TestRegression
- Undocumentednumpy.random.tests.test_smoke.RNG
- Undocumentednumpy.random.tests.test_smoke.TestDefaultRNG
- Undocumentednumpy.random.tests.test_smoke.TestMT19937
- Undocumentednumpy.random.tests.test_smoke.TestPCG64
- Undocumentednumpy.random.tests.test_smoke.TestPCG64DXSM
- Undocumentednumpy.random.tests.test_smoke.TestPhilox
- Undocumentednumpy.random.tests.test_smoke.TestSFC64
- Undocumentednumpy.testing._private.noseclasses.Unplugger
- Nose plugin to remove named plugin late in loadingnumpy.testing._private.nosetester.NoseTester
- Nose test runner.numpy.testing._private.parameterized._param
numpy.testing._private.parameterized.param
- Represents a single parameter to a test case.numpy.testing._private.parameterized.parameterized
- Parameterize a test case:numpy.testing._private.utils.suppress_warnings
- Context manager and decorator doing much the same as warnings.catch_warnings.numpy.testing.clear_and_catch_warnings
numpy.testing.tests.test_utils.my_cacw
- Undocumentednumpy.testing.print_coercion_tables.GenericObject
- Undocumentednumpy.testing.tests.test_utils._GenericTest
- No class docstring; 5/8 methods documentednumpy.testing.tests.test_utils.TestAlmostEqual
- No class docstring; 0/1 instance variable, 2/10 methods documentednumpy.testing.tests.test_utils.TestArrayAlmostEqual
- Undocumentednumpy.testing.tests.test_utils.TestArrayEqual
- No class docstring; 0/1 instance variable, 5/10 methods documentednumpy.testing.tests.test_utils.TestEqual
- Undocumentednumpy.testing.tests.test_utils.TestApproxEqual
- Undocumentednumpy.testing.tests.test_utils.TestArrayAlmostEqualNulp
- Undocumentednumpy.testing.tests.test_utils.TestArrayAssertLess
- Undocumentednumpy.testing.tests.test_utils.TestAssertAllclose
- Undocumentednumpy.testing.tests.test_utils.TestAssertNoGcCycles
- Test assert_no_gc_cyclesnumpy.testing.tests.test_utils.TestBuildErrorMessage
- Undocumentednumpy.testing.tests.test_utils.TestRaises
- Undocumentednumpy.testing.tests.test_utils.TestStringEqual
- Undocumentednumpy.testing.tests.test_utils.TestULP
- Undocumentednumpy.testing.tests.test_utils.TestWarns
- Undocumentednumpy.tests.test_ctypeslib.TestAsArray
- Undocumentednumpy.tests.test_ctypeslib.TestAsCtypesType
- Test conversion from dtypes to ctypes typesnumpy.tests.test_ctypeslib.TestLoadLibrary
- Undocumentednumpy.tests.test_ctypeslib.TestNdpointer
- Undocumentednumpy.tests.test_ctypeslib.TestNdpointerCFunc
- No class docstring; 3/3 methods documentednumpy.typing._generic_alias._GenericAlias
- A python-based backport of the types.GenericAlias
class.numpy.typing.NBitBase
- A type representing numpy.number
precision during static type checking.numpy.typing._256Bit
- Undocumentednumpy.typing._128Bit
- Undocumentednumpy.typing._96Bit
- Undocumentednumpy.typing._80Bit
- Undocumentednumpy.typing._64Bit
- Undocumentednumpy.typing._32Bit
- Undocumentednumpy.typing._16Bit
- Undocumentednumpy.typing._8Bit
- Undocumentednumpy.typing.tests.test_generic_alias.TestGenericAlias
- Tests for numpy.typing._generic_alias._GenericAlias
.numpy.typing.tests.test_isfile.TestIsFile
- No class docstring; 1/1 method documentedobject
numpy.core.tests.test_multiarray.TestArrayCreationCopyArgument
- Undocumentednumpy.ctypeslib._ndptr
- Undocumentednumpy.ctypeslib._concrete_ndptr
- Like _ndptr, but with _shape_
and _dtype_
specified.OSError
numpy.distutils.npy_pkg_config.FormatError
- Exception thrown when there is a problem parsing a configuration file.numpy.distutils.npy_pkg_config.PkgNotFound
- Exception raised when a package can not be located.Protocol[_DType_co]
numpy.typing._array_like._SupportsArray
- Undocumentednumpy.typing._dtype_like._SupportsDType
- UndocumentedProtocol[_T_co]
numpy.array_api._typing.NestedSequence
- Undocumentednumpy.typing._nested_sequence._NestedSequence
- A protocol for representing nested sequences.RuntimeError
numpy.core.numeric.TooHardError
- UndocumentedRuntimeWarning
numpy.core.numeric.ComplexWarning
- The warning raised when casting a complex dtype to a real dtype.setuptools.command.bdist_rpm.bdist_rpm
numpy.distutils.command.bdist_rpm.bdist_rpm
- Undocumentedsetuptools.command.develop.develop
numpy.distutils.command.develop.develop
- Undocumentedsetuptools.command.egg_info.egg_info
numpy.distutils.command.egg_info.egg_info
- Undocumentedsetuptools.command.install.install
numpy.distutils.command.install.install
- No class docstring; 0/1 instance variable, 0/1 class variable, 1/3 method documentedsetuptools.command.sdist.sdist
numpy.distutils.command.sdist.sdist
- UndocumentedTypeError
numpy.core._exceptions.UFuncTypeError
- Base class for all ufunc exceptionsnumpy.core._exceptions._UFuncBinaryResolutionError
- Thrown when a binary resolution failsnumpy.core._exceptions._UFuncCastingError
- Undocumentednumpy.core._exceptions._UFuncInputCastingError
- Thrown when a ufunc input cannot be castednumpy.core._exceptions._UFuncOutputCastingError
- Thrown when a ufunc output cannot be castednumpy.core._exceptions._UFuncNoLoopError
- Thrown when a ufunc loop cannot be foundtyping.NamedTuple
numpy.array_api._set_functions.UniqueAllResult
- Undocumentednumpy.array_api._set_functions.UniqueCountsResult
- Undocumentednumpy.array_api._set_functions.UniqueInverseResult
- Undocumentednumpy.array_api.linalg.EighResult
- Undocumentednumpy.array_api.linalg.QRResult
- Undocumentednumpy.array_api.linalg.SlogdetResult
- Undocumentednumpy.array_api.linalg.SVDResult
- Undocumentednumpy.typing.tests.test_runtime.TypeTup
- Undocumentedtyping.Protocol
numpy.array_api._typing.SupportsDLPack
- Undocumentedtyping.TypedDict
numpy.typing._dtype_like._DTypeDictBase
- Undocumentednumpy.typing._dtype_like._DTypeDict
- Undocumentedunittest.TestCase
numpy.distutils.tests.test_ccompiler_opt_conf.TestConfFeatures
- Undocumentednumpy.testing._private.utils._Dummy
- UndocumentedUserWarning
numpy._globals.VisibleDeprecationWarning
- Visible deprecation warning.numpy.f2py.symbolic.ExprWarning
- Undocumentednumpy.lib._iotools.ConversionWarning
- Warning issued when a string converter has a problem.numpy.lib.polynomial.RankWarning
- Issued by polyfit
when the Vandermonde matrix is rank deficient.numpy.polynomial.polyutils.RankWarning
- Issued by chebfit when the design matrix is rank deficient.ValueError
numpy.core.numeric.AxisError
- Axis supplied was invalid.Warning
numpy.core.setup_common.MismatchCAPIWarning
- Undocumentedwarnings.catch_warnings
numpy.testing._private.utils.clear_and_catch_warnings
- Context manager that resets warning registry for catching warnings