How to make a python package
Contents:
Introduction
Installation
Unit Testing
Logging
Documentation
matpy
API
Distributing your package
How to make a python package
Docs
»
Index
Index
A
|
C
|
D
|
F
|
M
|
S
|
T
A
addLoggingLevel() (in module matpy.log_util)
C
CustomFormatter (class in matpy.log_util)
CustomLogger (class in matpy.log_util)
D
dotprod() (in module matpy.matrixmultiplication)
F
format() (matpy.log_util.CustomFormatter method)
M
matmul() (in module matpy.matrixmultiplication)
matpy.log_util
module
matpy.matrixmultiplication
module
MatrixMultiplication (class in matpy.matrixmultiplication)
module
matpy.log_util
matpy.matrixmultiplication
tests.test_matmul_and_dot
S
setUp() (tests.test_matmul_and_dot.TestMatMul method)
T
test_multiplication() (tests.test_matmul_and_dot.TestDot method)
(tests.test_matmul_and_dot.TestMatMul method)
test_raise_method_error() (tests.test_matmul_and_dot.TestMM method)
test_raise_shape_error() (tests.test_matmul_and_dot.TestDot method)
(tests.test_matmul_and_dot.TestMatMul method)
test_raise_shape_match_error() (tests.test_matmul_and_dot.TestDot method)
(tests.test_matmul_and_dot.TestMatMul method)
TestDot (class in tests.test_matmul_and_dot)
TestMatMul (class in tests.test_matmul_and_dot)
TestMM (class in tests.test_matmul_and_dot)
tests.test_matmul_and_dot
module