Matrix Development API ====================== .. contents:: :depth: 1 :local: Similar matrices ---------------- .. autofunction:: oars.matrices.getMinSpectralDifference Minimum Second-Largest Eigenvalue --------------------------------- .. autofunction:: oars.matrices.getMinSLEM Minimum Total Effective Resistance ---------------------------------- .. autofunction:: oars.matrices.getMinResist Maximum Algebraic Connectivity ------------------------------ .. autofunction:: oars.matrices.getMaxConnectivity Block Matrices -------------- .. autofunction:: oars.matrices.getBlockMin Core ---- .. autofunction:: oars.matrices.getCore Reduced Matrix: Cholesky ------------------------ .. autofunction:: oars.matrices.getMfromWCholesky Reduced Matrix: Eigenvalue Decomposition ---------------------------------------- .. autofunction:: oars.matrices.getMfromWEigen Reduced Matrix: Incidence Matrix -------------------------------- .. autofunction:: oars.matrices.getIncidence Block Matrix Constraints ------------------------ .. autofunction:: oars.matrices.getBlockFixed Fully Connected Design ---------------------- .. autofunction:: oars.matrices.getFull Malitsky-Tam Design ------------------- .. autofunction:: oars.matrices.getMT Ryu-Tam Design -------------- .. autofunction:: oars.matrices.getRyu Minimum Iteration Time ---------------------- .. autofunction:: oars.matrices.getMinIteration Two Block Design - Similar Matrices ----------------------------------- .. autofunction:: oars.matrices.getTwoBlockSimilar Two Block Design - SLEM ----------------------- .. autofunction:: oars.matrices.getTwoBlockSLEM Three Block Design - Similar Matrices ------------------------------------- .. autofunction:: oars.matrices.getThreeBlockSimilar